evil-mad / robopaint-rt

RoboPaint RT: Processing-based software for the WaterColorBot, to make and print drawings in real time.
22 stars 12 forks source link

Possible problem on linux with lockfile on some (and not all) computers. #1

Open oskay opened 11 years ago

oskay commented 11 years ago

Possible workaround: In Ubuntu I just created a symlink to a fake port with the following incantation

sudo ln -s /dev/ttyACM0 /dev/ttySA0

And though processing complains a little, it doesn't die outright, and the program does run. Apparently this is a processing specific issue?