]> sigrok.org Git - libserialport.git/log
libserialport.git
10 years agoClarify documentation for sp_read() and sp_write().
Martin Ling [Sun, 3 Nov 2013 22:34:17 +0000 (22:34 +0000)]
Clarify documentation for sp_read() and sp_write().

10 years agoUpdate documentation.
Martin Ling [Sun, 3 Nov 2013 22:30:46 +0000 (22:30 +0000)]
Update documentation.

10 years agoAdd sp_free_port() function.
Martin Ling [Sun, 3 Nov 2013 22:27:59 +0000 (22:27 +0000)]
Add sp_free_port() function.

10 years agoMake sp_list_ports and sp_get_port_by_name return int.
Martin Ling [Sun, 3 Nov 2013 22:15:54 +0000 (22:15 +0000)]
Make sp_list_ports and sp_get_port_by_name return int.

10 years agoAdd sp_get_port_by_name() function.
Martin Ling [Sun, 3 Nov 2013 21:35:46 +0000 (21:35 +0000)]
Add sp_get_port_by_name() function.

10 years agoPort name string length now no longer needs to be passed around.
Martin Ling [Sun, 3 Nov 2013 21:30:43 +0000 (21:30 +0000)]
Port name string length now no longer needs to be passed around.

10 years agoHandle conversion of unicode names to char * on Windows.
Martin Ling [Sun, 3 Nov 2013 21:22:21 +0000 (21:22 +0000)]
Handle conversion of unicode names to char * on Windows.

10 years agoIdentify ports by sp_port structure, not name.
Martin Ling [Sun, 3 Nov 2013 21:17:21 +0000 (21:17 +0000)]
Identify ports by sp_port structure, not name.

10 years agoAlways return an empty port list unless allocation fails.
Martin Ling [Sun, 3 Nov 2013 20:50:01 +0000 (20:50 +0000)]
Always return an empty port list unless allocation fails.

10 years agoAdd SP_ERR_MEM failure code.
Martin Ling [Sun, 3 Nov 2013 20:21:36 +0000 (20:21 +0000)]
Add SP_ERR_MEM failure code.

10 years agoFix building on OSX and Linux.
Martin Ling [Sat, 2 Nov 2013 19:14:36 +0000 (19:14 +0000)]
Fix building on OSX and Linux.

10 years agoRename "name" to "value" to be more consistent with Windows terminology.
Martin Ling [Mon, 28 Oct 2013 01:32:06 +0000 (01:32 +0000)]
Rename "name" to "value" to be more consistent with Windows terminology.

10 years agoAdd enum values for flow control settings.
Martin Ling [Sun, 27 Oct 2013 17:24:12 +0000 (17:24 +0000)]
Add enum values for flow control settings.

10 years agoAdd documentation.
Martin Ling [Sun, 27 Oct 2013 17:19:39 +0000 (17:19 +0000)]
Add documentation.

10 years agoAdd include guard.
Martin Ling [Sun, 27 Oct 2013 15:42:08 +0000 (15:42 +0000)]
Add include guard.

10 years agoIgnore non-existant serial8250 ports on Linux.
Martin Ling [Sun, 27 Oct 2013 12:51:55 +0000 (12:51 +0000)]
Ignore non-existant serial8250 ports on Linux.

10 years agoOn Linux, skip virtual ttys that have no parent device.
Martin Ling [Sun, 27 Oct 2013 12:09:37 +0000 (12:09 +0000)]
On Linux, skip virtual ttys that have no parent device.

10 years agoMinor changes to port flags on Unix, to remain in sync with libsigrok.
Martin Ling [Sun, 27 Oct 2013 11:29:25 +0000 (11:29 +0000)]
Minor changes to port flags on Unix, to remain in sync with libsigrok.

10 years agoFix list append.
Martin Ling [Wed, 8 May 2013 01:55:43 +0000 (02:55 +0100)]
Fix list append.

10 years agoDocument enumeration functions.
Martin Ling [Sun, 28 Apr 2013 11:36:02 +0000 (12:36 +0100)]
Document enumeration functions.

10 years agoAdd serial enumeration code.
Martin Ling [Sun, 28 Apr 2013 10:56:06 +0000 (11:56 +0100)]
Add serial enumeration code.

10 years agoAdd .gitignore for build outputs.
Martin Ling [Sat, 27 Apr 2013 23:50:30 +0000 (00:50 +0100)]
Add .gitignore for build outputs.

10 years agoAdd build system.
Martin Ling [Sat, 27 Apr 2013 23:32:08 +0000 (00:32 +0100)]
Add build system.

10 years agoAvoid unused variable warning on non-Windows platforms.
Martin Ling [Sat, 27 Apr 2013 23:17:46 +0000 (00:17 +0100)]
Avoid unused variable warning on non-Windows platforms.

10 years agoRemove unused glob.h include.
Martin Ling [Sat, 27 Apr 2013 23:15:09 +0000 (00:15 +0100)]
Remove unused glob.h include.

10 years agoInitial version. Builds for Linux and Windows.
Martin Ling [Sat, 27 Apr 2013 22:35:45 +0000 (23:35 +0100)]
Initial version. Builds for Linux and Windows.