TCP/IP Softools
WinIDE supports TCP/IP. The full-featured and
robust TCP/IP library shipping with Dynamic C has been
ported to ANSI C and is included with the Softools
WinIDE Rabbit package.
Support included for the Rabbit
2000 & 3000:
Support for all 6 Serial ports
Interrupt driven send and receive with
user defined buffer sizes.
Every port is accessible with printf or
getc.
Baud rates: 300-maximum supported by
clock speed.
Non-standard rates are supported.
XON & XOFF is optionally supported.
7-bit and 8-bit parity is
optionally supported.
A substantial code base is shared by 1
to 6 ports.
Interrupt support
Install ISRs for all devices to
support either C- or assembly-written ISRs.
Unhandled interrupts are
directed to a built-in handler that can be overridden so a
user-supplied handler can be used.