Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
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.