I have a web application running on an Raspberry Pi Server (Debian).
The application send a simple echo over the commandline to a serialport.
I think the serialport is configured correctly.
The Echo:
echo "G0030af13403b1610097ee8" > /dev/ttyUSB0
When i send the command nothing happend.
But when i open a cat session in a other terminal everything works fine !
cat /dev/ttyUSB0
I think the serialport does not open with the echo alone ...
Is there a way to open the port and send the echo in one commandline ?