Serial Port monitor program
ab3id
Posts: 5
Please recommend a reliable serial port monitor program. I have tried Free Serial Port Monitor and see character data I expect but the numeric data is not matching that of the originating program ( in this case a satellite tracking program sending azimuth and elevation to a data exchange program, esp Orbitron to Wispdde). I have tried various baud rates and data types but my program stores none of it and so sends nothing to the LCD display. The LCD display works fine for character data and demo programs.
thanks, Gary
thanks, Gary
Comments
Something like this:
-- this essentially wires each line of the incoming/outgoing to another line (listen via another serial line)
My favorite method has to be the following though:
First two are male DB9 ribbon cable connectors, while the third one is a Db9 female. Note that I base this off the *general* format (that is, the project boards and carrier boards)
If you're concerned about overpowering from the fact you're running two cables, you wont have a problem. The most that could happen is if both lines try to send at the same time.
However, what it sounds like to me is a protocol issue. If you know the exact baud, pairity, and flow control, its not a matter of *storing* data (which, even if you're using a BS1 should be no big deal, as AZ/EL can be stored as 2 Bytes each (the only problem is there's no floating point math)
To Be Completely Honest, I dont know enough about the specifics, but this sounds like a formatting issue and not a problem with the serial line. All else fails, use a null-modem cable and see how the data is formatted from this sattelite tracking app. A terminal like Realterm will be useful.
Parallax Serial Terminal
http://www.taltech.com/TALtech_web/news/breakout.htm
It allows thru the use of two serial ports to see what's actually flowing thru the serial cable from device to device.. really great program when you need to see "inside" serial communications....
Gary AB3ID
--
Helen