Identifying ASCII character ?
Boris
Posts: 81
I have communication between a PC (for now,·Basic Samp later)·and another device via RS232 port. Using HyperTerminal I send a command to the device and it sends out a string of text. How can I find out if there is any specific character (ASCII code) at the end of transmission, and if there is one I need to know what it is.
Is there any software that will receive info from serial port but display just ASCII codes, not letters.
Thank you,
Boris.
Is there any software that will receive info from serial port but display just ASCII codes, not letters.
Thank you,
Boris.
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas, TX· USA
Now how would I go about making stamp SERIN untill it encounters Char 10?
In the line below I am trying to receive data, BaudRT is a set constant, NoData is a label. Receive maximum of 20 characters.
But how do I define "stop if reached ASCII 10"
SERIN 16,BaudRT,10000,NoData,[noparse][[/noparse]STR Faults\20\????]
Dave