]> sigrok.org Git - libserialport.git/history - serialport.c
Port name string length now no longer needs to be passed around.
[libserialport.git] / serialport.c
2013-11-14 Martin LingPort name string length now no longer needs to be passe...
2013-11-14 Martin LingHandle conversion of unicode names to char * on Windows.
2013-11-14 Martin LingIdentify ports by sp_port structure, not name.
2013-11-14 Martin LingAlways return an empty port list unless allocation...
2013-11-14 Martin LingFix building on OSX and Linux.
2013-11-14 Martin LingRename "name" to "value" to be more consistent with...
2013-11-14 Martin LingIgnore non-existant serial8250 ports on Linux.
2013-11-14 Martin LingOn Linux, skip virtual ttys that have no parent device.
2013-11-14 Martin LingMinor changes to port flags on Unix, to remain in sync...
2013-11-14 Martin LingFix list append.
2013-11-14 Martin LingDocument enumeration functions.
2013-11-14 Martin LingAdd serial enumeration code.
2013-10-27 Martin LingAvoid unused variable warning on non-Windows platforms.
2013-10-27 Martin LingRemove unused glob.h include.
2013-10-27 Martin LingInitial version. Builds for Linux and Windows.