Of course you need a protocol. The protocol has to at least specify "who talks now", "who listens now", "how fast we talk" and "what language we use to talk".
Yes, if the system will create device nodes for those usb/serial devices. You can then open "/dev/sttySomething" and read from it/write to it.cant i write just a simple program in Qt say one for server and one for client and then connect the two pcs through their usb and then start the data transfer?
A correct approach is to setup a communication channel through a device driver (meaning Qt can't help, as already mentioned).can u please help how to do make a correct and systematic approach ?
USB is also serial, so everything appliesif not usb then atleast can Qt help with serial communication??![]()
Bookmarks