Send Frame Data throught RS232
Hi every one. I am using Qt4.3.3 with VS2005 . I installed qextserialport and i am able to run the examples properly. Hey but since this is the first time i m working on serial interfacing i am a little doubt full about how to implement a few things.
Here is what i am stuck at. I need to transmit a Frame with the following
sequence is 0x01, 0x81 and 0x82 (format byte, Service ID and checksum byte) to another computer throught RS232. I don know how to make a frame and transmit it in this sequence. Pls help me out friends.
Thank You.