Add serial port options for sending and receiving packets. Should work like TCP/UDP -- can send data. The only difference might be a timeout needed on receiving serial packets so you get them in distinct clumps. Might also look for a header byte to start a packet.
What OS?
Description of issue
Add serial port options for sending and receiving packets. Should work like TCP/UDP -- can send data. The only difference might be a timeout needed on receiving serial packets so you get them in distinct clumps. Might also look for a header byte to start a packet.