tty2usb Code
Find the USB address of a USB-based serial port
Status: Beta
Brought to you by:
alfille
File | Date | Author | Commit |
---|---|---|---|
Makefile | 2014-10-18 |
![]() |
[d446db] Split files for mac vs linux |
README.TXT | 2014-10-06 |
![]() |
[3e4606] Add README and install |
example.ioreg | 2014-10-20 |
![]() |
[4488d5] New OS X changes -- now iron |
tty2usb.1 | 2014-10-06 |
![]() |
[a160e9] Working versio |
tty2usb.c | 2014-10-19 |
![]() |
[3897f7] tdestroy for OSX |
tty2usb.h | 2014-10-19 |
![]() |
[3897f7] tdestroy for OSX |
tty2usb_linux.c | 2014-10-18 |
![]() |
[9f895a] Added popen for system_profiler |
tty2usb_osx.c | 2014-10-22 |
![]() |
[3613ae] OS X -- parsing code for ioreg output |
tty2usb_tree.c | 2014-10-20 |
![]() |
[4488d5] New OS X changes -- now iron |
tty2usb This program is linux-specific and shows the mapping of USB to serial devices. It is useful for tuning serial parameters out of band (i.e. sending FTDI chip direct commands). Written by Paul Alfille Liberal MIT licence. Installation: make sudo make install