How to read/debug serial comms from propeller - the PST does not show non-ASCII
Erlend
Posts: 612
I am working to debug some serial command tranmissions from a piece of code & Propeller. The ones based on ASCII commands was easy, but now I want to debug a non-ASCII protocol. Any tips for a simple hex/bin terminal/viewer - assuming that PST cannot be set up to dislpay in that format?
Erlend
Erlend
Comments
This might be overkill, but I use HDD's Serial Monitor (professional) quite a bit. It's handy for figuring out serial protocols when documentation is lacking.
It might make sense to roll your own, very basic, serial monitor.
https://dl.dropboxusercontent.com/u/108807246/Sniff.exe
Just run it, it has a help menu to explain the options.
Erlend