How to access nanopi neo usb port

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

3

1 Answer

Maybe not the exact answer, but I am able to use the Serial port 1 on the NanoPi Air. It is

screen /dev/ttyS1

For Serial port 2, that would be ttyS2.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like