Page 1 of 1

Read USB Serial Data on Terminal

Posted: Fri Oct 07, 2016 7:06 pm
by anujd9
Hi. I have a USB dongle which sends serial data and on windows I can interact with it using "putty". I have connected the same dongle to Raspberry Pi 3 and I can read the data and send commands using "Putty" installed on Raspberry Pi.
How can I send and receive this data from Raspberry Pi terminal. The USB dongle shows under devices using "ls /dev" as "ACM0".
Please help.
Thanks :)

Re: Read USB Serial Data on Terminal

Posted: Fri Oct 07, 2016 7:21 pm
by ElEscalador
Maybe /dev/ttyACM0... although I'd have thought it would be /dev/ttyUSB0

Re: Read USB Serial Data on Terminal

Posted: Fri Oct 07, 2016 8:25 pm
by anujd9
HI, Thanks for the reply but I have already tried that but it dosen't works out for me. My code has "msdos" terminal, like I have access to own terminal using "Putty". On raspberry PI, when I put in "Putty" then name as "/dev/ttyACM0" using "Serial" I am able to access my terminal. I need that data on raspberry Pi terminal which I am not able to do as of yet.