anujd9
Posts: 4
Joined: Tue Jul 26, 2016 8:24 pm

Read USB Serial Data on Terminal

Fri Oct 07, 2016 7:06 pm

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 :)

ElEscalador
Posts: 839
Joined: Tue Dec 15, 2015 4:55 pm
Location: Detroit, MI USA
Contact: Website

Re: Read USB Serial Data on Terminal

Fri Oct 07, 2016 7:21 pm

Maybe /dev/ttyACM0... although I'd have thought it would be /dev/ttyUSB0
Robotics tips, hacks, book extras https://youtube.com/practicalrobotics

anujd9
Posts: 4
Joined: Tue Jul 26, 2016 8:24 pm

Re: Read USB Serial Data on Terminal

Fri Oct 07, 2016 8:25 pm

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.

Return to “Troubleshooting”