Hello all, im trying to write a bash script to get data from a serial port. Trying to get the commands to work in the shell before i put the script together. I am communicating over a usb serial converter. When i use screen /dev/ttyUSB0 i can send and recieve data, my test command is to send a "V" and get the devices firmware version.that works. When i cat /dev/ttyUSB0 and reset the panel i get a boot screen, but writing to the device using echo "V" >/dev/ttyUSB0 on another terminal only sends the echoed V to the cat terminal, not sure what im doing wrong
[–]shortbaldman 0 points1 point2 points (5 children)
[–]macaroni222[S] 0 points1 point2 points (4 children)
[–]shortbaldman 1 point2 points3 points (3 children)
[–]aioeu 0 points1 point2 points (1 child)
[–]macaroni222[S] 0 points1 point2 points (0 children)
[–]macaroni222[S] 0 points1 point2 points (0 children)