Hello all tech saviors out there.
I am capturing serial data successfully using Minicom to a text file. The serial data comes from an automatic programmable controller serial port sent to an HP printer.
Unfortunately, Minicom ignores the PCL characters such as esc (ascii 27).
Example:
sent from serial port "(s16H00:01:41"
received in Minicom "16H00:01:41"
I am sure I am not getting the correct command line when opening Minicom.
Any suggestions?
Thanks for all the help so many have provided.