I'd like to achieve TCP over RS485 in point-to-point communication. Due to the hardware, I cannot use RS232. I don't have any equipment yet so I cannot not test anything.
In Linux, can I use slattach process with e.g SLIP protocol to transmit and receive data between two nodes or will that work only with RS232? I know that RS485 is half duplex and I should implement e.g. master-slave protocol on top of that to prevent collisions.