Hi everyone,
I've got a project that worked fine with a standard serial port using VB code slightly modified to that of Rentron.com. Basically grab 4 bytes with the first 2 being an instruction to do something and the other 2 being information. For example 'aa2500' aa instructs to put a count of 2500 into a text box, bb3000 current count of 3000 into another box and soforth. As I said worked fine with a standard serial port. Things don't to well with a usb-serial converter, errors everywhere. I am suspecting that the converter may be adding control characters amongst the output but I'm not sure.
I've seen that the sample provided in VB6, VBterm does remove these control characters such as LF, CR. Am I heading in the right direction??
Ta
john
Bookmarks