1
0
mirror of git://sigrok.org/libserialport synced 2023-08-10 21:13:24 +03:00
Commit Graph

27 Commits

Author SHA1 Message Date
b9a462bb47 Clarify return values of sp_get_port_by_name() and sp_list_ports(). 2013-11-15 00:42:39 +01:00
25ab82f6c0 Clarify documentation for sp_read() and sp_write(). 2013-11-15 00:42:38 +01:00
0161932884 Update documentation. 2013-11-15 00:42:38 +01:00
e3b2f7a4e3 Add sp_free_port() function. 2013-11-15 00:42:38 +01:00
77f262c4f9 Make sp_list_ports and sp_get_port_by_name return int. 2013-11-15 00:42:38 +01:00
d4babed247 Add sp_get_port_by_name() function. 2013-11-15 00:42:38 +01:00
5919c9134a Port name string length now no longer needs to be passed around. 2013-11-15 00:42:38 +01:00
8b532d9c1e Handle conversion of unicode names to char * on Windows. 2013-11-15 00:42:38 +01:00
d54e90047b Identify ports by sp_port structure, not name. 2013-11-15 00:42:38 +01:00
24c1a4bb05 Always return an empty port list unless allocation fails. 2013-11-15 00:42:38 +01:00
e9a2f9c9d3 Add SP_ERR_MEM failure code. 2013-11-15 00:42:38 +01:00
1ebf4347e0 Fix building on OSX and Linux. 2013-11-15 00:42:37 +01:00
bdfb5b8c08 Rename "name" to "value" to be more consistent with Windows terminology. 2013-11-15 00:42:37 +01:00
ac74fdafca Add enum values for flow control settings. 2013-11-15 00:42:37 +01:00
0a16d4def9 Add documentation. 2013-11-15 00:42:37 +01:00
e8ffaee986 Add include guard. 2013-11-15 00:42:37 +01:00
4b97c9fc26 Ignore non-existant serial8250 ports on Linux. 2013-11-15 00:42:37 +01:00
08fe0bdbdb On Linux, skip virtual ttys that have no parent device. 2013-11-15 00:42:37 +01:00
8683177b9d Minor changes to port flags on Unix, to remain in sync with libsigrok. 2013-11-15 00:42:37 +01:00
db2794cea9 Fix list append. 2013-11-15 00:42:37 +01:00
68ab64ccdc Document enumeration functions. 2013-11-15 00:42:36 +01:00
3b63f34dcb Add serial enumeration code. 2013-11-15 00:42:36 +01:00
d22b213120 Add .gitignore for build outputs. 2013-11-15 00:42:36 +01:00
0662f2bb88 Add build system. 2013-10-27 11:01:44 +00:00
64eec30d22 Avoid unused variable warning on non-Windows platforms. 2013-10-27 10:56:31 +00:00
954e81adaf Remove unused glob.h include. 2013-10-27 10:56:31 +00:00
74510d4b59 Initial version. Builds for Linux and Windows. 2013-10-27 10:56:22 +00:00