Prop reading data from Hyperterminal
Does anyone know how to read data (specifically a string) output from HyperTerminal? I can not seem to get the buffering right, or the way HyperTerminal is sending data. I used the FullDuplexSerialPlus object, and the only routine i am having trouble with is the "getStr" routine. My program works in HyperTerminal in getting decimal and hex data, just not strings. Can anyone help?
Comments