Python Serial Port Available
Although serial port has been around for a while, it is still very common as a way to communicate between computers and various electronic devices. In Windows XP, there is a tool called HyperTerminal, which allows you to connect to a device through a serial port. However, you do not have HyperTerminal.
Features • Same class based interface on all supported platforms. • Access to the port settings through Python properties. • Support for different byte sizes, stop bits, parity and flow control with RTS/CTS and/or Xon/Xoff. • Working with or without receive timeout.
Reln Worm Factory Instruction Manual. • File like API with “read” and “write” (“readline” etc. Also supported).
• The files in this package are 100% pure Python. • The port is set up for binary transmission. No NULL byte stripping, CR-LF translation etc. (which are many times enabled for POSIX.) This makes this module universally useful. • Compatible with library • RFC 2217 client (experimental), server provided in the examples.