Tagged Questions
5
votes
2answers
4k views
How can I connect to a USB serial device?
I have a device with a USB serial port cable that I'd like to connect to my Raspberry Pi. The chipset for this USB to serial cable it the PL-2303 from Prolific Technology, Inc.
How can I read data ...
3
votes
1answer
208 views
Reading serial data from Arduino
I have am working on a project where I'm trying to get a Raspberry Pi to play some sounds when triggered by button presses on an Arduino. The command is sent to Raspberry Pi through serial. I used ...