ArduinoImageCapture icon indicating copy to clipboard operation
ArduinoImageCapture copied to clipboard

Linux: cannot find any open port

Open marcogovo opened this issue 7 years ago • 1 comments

Dear All,

I have correctly installed the program, but when i run it, there is no port available, although in the meanwhile there is my arduino+camera attached to /dev/ttyUSB0.. How can i configure the correct port?

Thanks for the support..

Marco

marcogovo avatar Mar 30 '18 09:03 marcogovo

Hey!

I have never tried it on Linux. You probably need to download the rxtx libraries for Linux (if you haven't done so already): http://fizzed.com/oss/rxtx-for-java

Some years ago I made a program in c++ that had to use serial. I remember that then I had issues with access rights. I had to give read and write permissions to the serial port. Maybe you have to do something similar.

indrekluuk avatar Apr 01 '18 17:04 indrekluuk