valkuc / xoscillo

Multiplatform software oscilloscope and logical analyzer (updated version)
http://code.google.com/p/xoscillo
Other
11 stars 3 forks source link

arduino, linux (mono) serial other then /dev/ttySX #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
hi,

with XOscillo_20111215v7.zip i am unable to use "/dev/ttyACM0" (usb serial). 
when entering it into the path combo box it results in:
"System.IndexOutOfRangeException: Array index is out of range".

after symlinking /dev/ttyS4 -> /dev/ttyACM0 everything works fine.

seems like you are not allowed to provide a value other than ones given in the 
dropdown (combobox) which only finds /dev/ttyS* on my system.

thx

Original issue reported on code.google.com by markus.w...@gmail.com on 25 Dec 2011 at 8:53

Attachments:

GoogleCodeExporter commented 8 years ago
Hi,

This problem persists as march 2013.
On linux, only /dev/ttyS* are shown and selectable.

Cheers

Original comment by cyrill...@gmail.com on 6 Mar 2013 at 11:37

GoogleCodeExporter commented 8 years ago
I just use whatever mono gives me when I enumerate the serial ports. Is 
creating a sym link such a bad thing?

Original comment by aguav...@gmail.com on 15 May 2013 at 12:04

valkuc commented 8 years ago

Fixed in https://github.com/valkuc/xoscillo/commit/a2c175672551c477a66fbfe252798b2143b8d7c6