This is a Windows DLL library containing a serial driver, faster than the generic one. Read file fastcom.man for details.
Download the driver file fastcom.zip.
Note that this is a bare bones serial driver with basic functions:
Open()
Ioctl()
Read()
Write()
Close()
The Open() function sets the serial port (COM1 or COM2) and the Ioctl() call is used to set baud rate. The driver uses fixed 8 bit, 1 stop, no parity, and baudrates from 1200 to 115200 baud.
Any ideas, comments, etc. are welcome, please send e-mail to juttl@alfalab.ca