C
chris
I have a python script that uses a serial port to read data from an xbee radio and it delivers the data to a socket server.
Now I need to retrieve the data from a socket client so I can send data out on the common serial port.
I think I need a combination of threads, queues, socket client and sever.
Anyone have ideas about how I might frame this out?
Thanks in advance,
Chris.
Now I need to retrieve the data from a socket client so I can send data out on the common serial port.
I think I need a combination of threads, queues, socket client and sever.
Anyone have ideas about how I might frame this out?
Thanks in advance,
Chris.