I have connected an Arduino to the USB port of the nanopi neo.the Arduino constantly sends serial data. On the nano pi neo, I have tried to use screen
screen /dev/ttyUSB0 9600 but it doesn't work.
Am I doing something wrong?
The nanopi neo runs Ubuntu core 4.x.x
31 Answer
Maybe not the exact answer, but I am able to use the Serial port 1 on the NanoPi Air. It is
screen /dev/ttyS1For Serial port 2, that would be ttyS2.