Hi there,
Is there any possibility to read output of RS232 attached device from script ? Maybe serial-terminal ? But how to read it in script ?
Attached device sends every x seconds plain text to RS232 and output of serial terminal is:
/system serial-terminal 0
3452;8457
(x seconds)
2854;4788
...
And I need to read these semicolon separated data - a RS232 output ...
I've tried almost everything I think ...
Thanks a lot !