Greetings,
We're connecting a new RS232 device to our existing RealTerm command line interface for scales. It works as follows:
1) Application calls a command file with parameters device context and settings.
2) Command file calls RealTerm with: capture=outfile.txt sendquit=initFile.txt
3) Application parses outfile.txt for weight.
The new device doesn't respond to an initialization string (see attached manual) but only a Carriage Return ASCII 13. Is it recommended to use new command line parameters and eliminate the sendquit file? Currently we use the settings below an putting a blank line in the init file fails.
Windows:
start "Scale %1" /wait %RT% port=%port% baud=%baud% flow=0 controls=0 vs=0 capture=%outfile% sendquit=%1.init capsecs=%capsecs% CR LF LFNL
Thanks in advance,
Eric
whatever works.
See https://sourceforge.net/p/realterm/discussion/228939/thread/7f3e9de9df/?limit=25#ea50
btw you can test commandlines from the INI file dialog
Thanks for the recommendation Simon and we'll use this in the future. The problem was solved BTW by updating the scale head firmware.