Boo0ns / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

Do serial port scanning in IDE (on Linux) to avoid patching RXTX. #484

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What change would like to see?

We may want to do our own scanning of serial ports under Linux so that we don't 
have to use a patched version of RXTX (to include /dev/ttyACM devices like the 
Uno and Mega 2560).  There's a pull request along these lines here: 
https://github.com/arduino/Arduino/pull/5

Why?

Because otherwise users need a patched version of RXTX.  We include one with 
the Arduino for Linux download, but if it doesn't work with someone's 
distribution, they will need another way to get a patched RXTX.  That could be 
difficult.  On the other hand, now that we're shipping 64-bit Linux versions of 
the software, most people might be able to use the RXTX that comes with Arduino.

Original issue reported on code.google.com by dmel...@gmail.com on 23 Feb 2011 at 4:17

GoogleCodeExporter commented 9 years ago
This issue seems outdated now. Correct me if I'm wrong.
C

Original comment by c.mag...@bug.st on 16 Jan 2013 at 6:17