I need some hints to write a "daemon like" program (maybe written in C/C++ and placed on a unix server) that comunicates with a terminal placed on the other side of a rs-485 cable.
I know C/C++ language but I'm absolutely new to this kind of work.
In other words I need to send and receive from/to the terminal packets in bit format to interpretate them and then answer with the right response
What I need to do the work ? Any ideas?