1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 5 months ago.
Nov 28, 2022 — Nov 28, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added timeout-function to prevent blocking of application. Implemented the function `showmanyc' to allow non-blocking read. Added missing return-statement to `SerialStreamBuf::open'. More... over 18 years ago
Checking for availability of input. More... over 18 years ago
Checking for availability of input. More... over 18 years ago
Uncommented build-commands for sources not being present in CVS. More... over 18 years ago
Uncommented build-commands for sources not being present in CVS. More... over 18 years ago
Added `Makefile.dist' for regenerating secondary autoconf/automake-files. You can create the secondary files with `make -f Makefile.dist'. More... over 18 years ago
Added `Makefile.dist' for regenerating secondary autoconf/automake-files. You can create the secondary files with `make -f Makefile.dist'. More... over 18 years ago
Added a simple test program to write data to the serial port. More... about 19 years ago
Added a simple test program to write data to the serial port. More... about 19 years ago
Removed redundant include guards from all source code. More... about 19 years ago
Removed redundant include guards from all source code. More... about 19 years ago
Timeouts works correctly on all read member functions of class SerialPort. More... over 19 years ago
Timeouts works correctly on all read member functions of class SerialPort. More... over 19 years ago
Upgraded the version to 0.4.0. More... over 19 years ago
Upgraded the version to 0.4.0. More... over 19 years ago
The SerialPort class now uses asynchronous I/O for reading data from serial ports. Only SerialPort::ReadByte() method works in the current version and the timeout value is unused even for this method. The next stage is to reimplement all the other read methods and implement a timeout mechanism. More... over 19 years ago
The SerialPort class now uses asynchronous I/O for reading data from serial ports. Only SerialPort::ReadByte() method works in the current version and the timeout value is unused even for this method. The next stage is to reimplement all the other read methods and implement a timeout mechanism. More... over 19 years ago
This version uses asynchronous I/O to remove data from the kernel tty buffers as soon as possible. This allows the implementation to handle continuous streams of data arriving over a serial port at sub-5ms intervals. However, in this version only one serial port can be open at any time. The next version will use a signal dispatcher class to remove this limitation. More... over 19 years ago
This version uses asynchronous I/O to remove data from the kernel tty buffers as soon as possible. This allows the implementation to handle continuous streams of data arriving over a serial port at sub-5ms intervals. However, in this version only one serial port can be open at any time. The next version will use a signal dispatcher class to remove this limitation. More... over 19 years ago
Fixed the file so that builds can be performed in a separate directory from the distribution. More... over 19 years ago
Fixed the file so that builds can be performed in a separate directory from the distribution. More... over 19 years ago
Inlined all SerialPortImpl methods. More... over 19 years ago
Inlined all SerialPortImpl methods. More... over 19 years ago
Added more convenient Read() and Write() methods. More... over 19 years ago
Added more convenient Read() and Write() methods. More... over 19 years ago
Added a timeout to SerialPort::ReadByte(). More... over 19 years ago
Added a timeout to SerialPort::ReadByte(). More... over 19 years ago
Added SerialPort.[h,cpp] to libserial. More... over 19 years ago
Added SerialPort.[h,cpp] to libserial. More... over 19 years ago
Added files that contain the basic routines for bytewise serial communication. More... over 19 years ago