RasPiArduino
RasPiArduino copied to clipboard
HowTo read / write to USB Serial attached to Raspberry Pi?
trafficstars
Hi,
I'd like to send and receive commands via USB Serial from the Raspberry Pi to a Arduino Uno. the Arduino is using /dev/ttyACM0 but i don't know how make Serial.begin() work on another device.
Is this even possible?
"send and receive commands via USB Serial from the Raspberry Pi to a Arduino Uno" That ist standard behaviour, you don't need that development. Your port ist more likely to be /dev/ttyUSB0 ACM0 is the GPIO port.