2013-11-18 |
Martin Ling | Get Xon/Xoff status on Windows. |
commit | commitdiff | tree | snapshot |
2013-11-18 |
Martin Ling | Refactor port configuration code. |
commit | commitdiff | tree | snapshot |
2013-11-16 |
Martin Ling | Add sp_get_config() function. |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Martin Ling | Update documentation. |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Martin Ling | Remove disused flowcontrol field from sp_port_config. |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Martin Ling | Eliminate lengthy switch/case blocks for baudrates. |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Martin Ling | Add sp_set_flowcontrol helper function. |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Martin Ling | Store control bits in sp_port_data on Unix. |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Martin Ling | Split up prototypes in include file for clarity. |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Martin Ling | Add functions for setting individual port parameters. |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Martin Ling | Apply sane termios settings at port open time. |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Martin Ling | Add prototypes for config helper functions. |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Martin Ling | Retrieve current control line settings in start_config. |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Martin Ling | New API for serial control lines. |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Martin Ling | Move cfset{i,o}speed() calls to set_baudrate(). |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Martin Ling | Use negative values in sp_port_config to retain existin... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Martin Ling | Replace sp_set_params with sp_set_config, which takes... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Uwe Hermann | Use new project URL. |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Uwe Hermann | pkg-config file: Use Requires.private to fix static... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Uwe Hermann | libserialport.h: Add package/lib version macros. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Uwe Hermann | configure.ac: Drop unneeded AC_MSG_ERROR. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Uwe Hermann | libserialport: Allow C++ frontends to use the lib easily. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Uwe Hermann | Minor cosmetics, typos, and so on. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Divide sp_set_params into separate helper functions. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Include <stdio.h> on Windows for sprintf, used in sp_open. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Support 6-bit data on Unix. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Set data bits on Windows. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Add sp_copy_port() function. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | On Windows, prefix port names with '\\.\' to work with... |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Rename header to libserialport.h. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Fix enumeration on Windows. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Fix enumeration on OS X. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Update documentation. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Remove outdated inline documentation, README is now... |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Clarify return values of sp_get_port_by_name() and... |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Clarify documentation for sp_read() and sp_write(). |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Update documentation. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Add sp_free_port() function. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Make sp_list_ports and sp_get_port_by_name return int. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Add sp_get_port_by_name() function. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Port name string length now no longer needs to be passe... |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Handle conversion of unicode names to char * on Windows. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Identify ports by sp_port structure, not name. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Always return an empty port list unless allocation... |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Add SP_ERR_MEM failure code. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Fix building on OSX and Linux. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Rename "name" to "value" to be more consistent with... |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Add enum values for flow control settings. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Add documentation. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Add include guard. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Ignore non-existant serial8250 ports on Linux. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | On Linux, skip virtual ttys that have no parent device. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Minor changes to port flags on Unix, to remain in sync... |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Fix list append. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Document enumeration functions. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Add serial enumeration code. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Martin Ling | Add .gitignore for build outputs. |
commit | commitdiff | tree | snapshot |
2013-10-27 |
Martin Ling | Add build system. |
commit | commitdiff | tree | snapshot |
2013-10-27 |
Martin Ling | Avoid unused variable warning on non-Windows platforms. |
commit | commitdiff | tree | snapshot |
2013-10-27 |
Martin Ling | Remove unused glob.h include. |
commit | commitdiff | tree | snapshot |
2013-10-27 |
Martin Ling | Initial version. Builds for Linux and Windows. |
commit | commitdiff | tree | snapshot |
|