Hi all,
I am trying to replicate HyperTerminals way of sending a command. I have written an Application in C# to emmulate and older hand held unit. The documentation is very poor I have found one command that does not operate the way the rest do and have to use
myComPort.WriteLine() to get a responce from this unit as with all the others need a \r & \n which I appeand to a Write. This command appends a New Line or '\r' if I am right.
In HyperTerm if you type "/cw 1c 5" the board responds when it is read back with #05000000, sent by my program (using the WriteLine) /cw 1c 5 will return #05FFFF00 meaning that some thing is appended to the end where as if I use the method I have used before it returns #0F000000. I am thinking something is appended. I would like some ideas, or port monitors to see if I am right and some thing is getting corrupted. Ideas please!!
Glenn