S
Simon
Hello All,
I have finally found the cause to my problems. SerialPort will fire data
received event only when 0x1B character is received. Than all received data
together with this 0x1B character will be displayed.
How can I convince SerialPort to fire event on any character and not only on
0x1B character?
Thank you for your help,
Simon
PS: I have tested a number of .NET terminal samples and there is no sample
that would work. On the other hand HyperTerminal and all other Windows
terminal applications work (I get character by character).
I have finally found the cause to my problems. SerialPort will fire data
received event only when 0x1B character is received. Than all received data
together with this 0x1B character will be displayed.
How can I convince SerialPort to fire event on any character and not only on
0x1B character?
Thank you for your help,
Simon
PS: I have tested a number of .NET terminal samples and there is no sample
that would work. On the other hand HyperTerminal and all other Windows
terminal applications work (I get character by character).