Programming information – Comtrol RocketPort Windows 98 User Manual
Page 35

Troubleshooting
35
Windows 95/98
Programming Information
Microsoft provides technical support for communication calls, which
the RocketPort or RocketModem series supports. This means most
applications for the Windows 95/98 operating system (or other 32 bit
programs) operate on RocketPort or RocketModem ports without
modification.
To assist you, Comtrol has created sample code (PROG32.ZIP), which is
available on the WEB and FTP sites. For further examples, you can
look at Microsoft Windows 95/98 Software Development Kit (SDK)
Programming Reference books.
For help programming COM API, contact Microsoft technical support.
Windows 95/98 Software Support
This driver uses the Microsoft COMM API and supports all
applications that use the Windows 95/98 COMM driver. This includes
but is not limited to:
•
Hyperterminal
•
Briefcase
•
Microsoft Mail and FAX
•
Microsoft Online/Exchange
•
Dial-Up Networking
•
PPP/SLIP
•
Most Microsoft 16- and 32-bit API-supported applications.
Driver Limitations
The following are known limitations of the driver and are not
implemented due to hardware constraints or lack of demand. The
following are options used in the SetCommState() programming call.
•
fTXContinueOnXoff - Not Implemented. Option to stop Tx Flow
when RocketPort sends a Xoff.
•
fDSRSensitivty - Not Implemented. This option ignores any received
data while DSR is not active.
•
fRTSToggle - Not Implemented. This option turns the RTS on
during data transmission.
•
Parity - Only NONE/ODD/EVEN supported (No mark or No
space).
•
StopBits - Restricted to 1 or 2 (No 1.5).
•
ByteSize - Restricted to 7 or 8 (No 5, 6).