ArduinoImageCapture
ArduinoImageCapture copied to clipboard
Linux: cannot find any open port
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
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.