Serial Controls Revision History
NOTE: This list details changes included in each release.
4/10/2001 v1.31 Build 19:
- SerialServer Closing SerialServer immediately after a failed port Open no longer throws an exception.
6/1/2000 v1.31 Build 18:
- SerialServer GetStream and GetRawStream rewritten to handle variant arrays passed by reference. VBA passes by reference while VB passes by value.
7/8/1999 v1.30 Build 17:
- SerialServer Distribution restructured to eliminate MFC42.dll and MSVCRT.dll dependencies.
6/18/1999 v1.20 Build 16:
- SerialServer Any pending notifications are cleared by Close.
6/16/1999 v1.20 Build 15:
- SerialServer 901 (low memory) exception only issued if FIFO request exceeds 5% of total physical memory.
6/11/1999 v1.20 Build 14:
- SerialServer Threads reset on Open to prevent chained Open failures after an Open exception.
5/14/1999 v1.20 Build 13:
- SerialServer Timestamp and Signal Events UI removed. Priority property added. Transmitter polling frequency changed to 10 ms. SSN_IO_RX_TIMEOUT always issued - even when FIFO is empty. Tutorial split into 'good' and 'raw' versions.
5/11/1999 v1.14 Build 11:
- SerialServer Rx threshold notifications issued whenever data arrives and Rx FIFO contains at least RxNotificationThreshold events. GetStream memory leak removed.
5/7/1999 v1.13 Build 10:
- SerialServer TxGranularity and TxNotificationThreshold properties decoupled. SSN_IO_TX_THRESHOLD properly issued when Tx FIFO becomes empty. SSN_IO_TX_TIMEOUT properly delayed based on rounded TxNotificationTimeout value (see help).
5/6/1999 v1.12 Build 9:
- SerialServer TxGranularity restricted to a minimum of one. GetStream functions properly when timestamps are disabled.
5/6/1999 v1.11 Build 8:
- SerialServer Setup installs an Uninstall program. Control registration failure dialog added to Setup. Product registration reminders restricted to Open and Close methods.
5/5/1999 v1.10 Build 7:
- SerialServer Unused controls removed from VB Project file.
4/16/1999 v1.10 Build 6:
- SerialServer Beta Release.