PDA

View Full Version : Frame generation (qextserialport)



dheeraj
7th May 2008, 09:13
Hi I am working on Qextserialport on a serial communication for a data acqusition system for which i need to implement a protocol. I need to create a Frame with the following
sequence 0x01, 0x81 and 0x82 (format byte, Service ID and checksum byte) and send it to another computer throught RS232 on a click of a button. I don know how to make a frame and transmit it in this sequence. I need to even transmit data. :eek:


Thank You