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

24 Commits

Author SHA1 Message Date
a84ffb5372 README: Add link to bug tracker. 2017-12-17 18:15:56 +01:00
42ad781896 README: Add missing contact info. 2017-12-15 18:38:11 +01:00
f11a67ed5f README: Refer to MSYS2 only.
The "old" MSYS related to the "old" and unsupported MinGW (from
mingw.org) may or may not work properly, so only refer to MSYS2 which
we currently recommend and which has been tested.
2015-04-07 01:32:40 +02:00
cd71af4b93 README: Add link to online API docs. 2015-04-03 22:18:56 +02:00
a24671ade9 README: Mention FreeBSD port enumeration support. 2015-04-03 22:17:57 +02:00
eb82be98a7 README: Add URL to the libserialport website. 2014-09-07 19:31:23 +02:00
a46ee5b4d7 README: Mention that only MinGW-w64 works (but not MinGW). 2014-09-07 19:27:02 +02:00
e33dcf90a0 Tidy up and split most OS-specific code to separate files. 2014-06-11 15:10:29 +01:00
a93fb46888 Add new APIs to get some USB descriptor details for USB serial ports. 2014-06-10 23:51:11 +02:00
98cac5d63e Remove the udev dependency and parse the /sys hierarchy instead. 2014-06-10 22:17:07 +02:00
6b93ede419 Return SP_ERR_SUPP from sp_list_ports() on unsupported platforms. 2013-11-23 11:57:17 +00:00
cd5f52812d Add doxygen documentation. 2013-11-19 02:17:38 +00:00
7e6fb0152c Update documentation. 2013-11-15 11:43:07 +00:00
f92f1f0c20 Minor cosmetics, typos, and so on. 2013-11-15 00:42:40 +01:00
32b5ac05b4 Add sp_copy_port() function. 2013-11-15 00:42:39 +01:00
99945a1fb5 On Windows, prefix port names with '\\.\' to work with ports above COM9. 2013-11-15 00:42:39 +01:00
c45eb4bee2 Update documentation. 2013-11-15 00:42:39 +01:00
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
d54e90047b Identify ports by sp_port structure, not name. 2013-11-15 00:42:38 +01:00
e9a2f9c9d3 Add SP_ERR_MEM failure code. 2013-11-15 00:42:38 +01:00
0a16d4def9 Add documentation. 2013-11-15 00:42:37 +01:00
0662f2bb88 Add build system. 2013-10-27 11:01:44 +00:00