hparra / ruby-serialport

ruby-serialport is a Ruby library that provides a class for using RS-232 serial ports
http://rubygems.org/gems/serialport
GNU General Public License v2.0
246 stars 58 forks source link

Added listing of devices on OS X #24

Closed jnslxndr closed 10 years ago

jnslxndr commented 13 years ago

hi,

i am not sure, you might be intereseted, but i needed this feature for another project. unfortunatly i am unfarmiliar with serial related C on windows or other flavours of unix.

i hope it helps.

cheers! jens;

hparra commented 13 years ago

Just wanted to let you know I got this, but I haven't looked or tested it yet. Up front, it's a tough decision since flavors of *nix use their own ways to serve this info. Windows is even more different. I'll get back to you. HGP

adamyonk commented 12 years ago

This would be super helpful. :+1:

ghost commented 11 years ago

seems like device discovery would be useful in its own gem. not necessarily tied to the serial port.