Differences between revisions 9 and 10
Revision 9 as of 2009-06-27 17:14:13
Size: 1516
Editor: darkk
Comment: wiki syntax fix
Revision 10 as of 2009-08-06 01:07:14
Size: 1578
Editor: 217-162-212-102
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
[[http://www.python.org/pypi/pyserial|PySerial]] is a library which provides support for serial connections over a variety of different devices: old-style serial ports, Bluetooth dongles, infra-red ports, and so on. [[http://www.python.org/pypi/pyserial|PySerial]] is a library which provides support for serial connections ("RS-232") over a variety of different devices: old-style serial ports, Bluetooth dongles, infra-red ports, and so on. It also supports remote serial ports via RFC 2217 (since V2.5).
Line 17: Line 17:
[[http://pyserial.wiki.sourceforge.net/pySerial|PySerial Sourceforge Homepage]] [[http://pyserial.sourceforge.net/|PySerial Sourceforge Homepage]]

PySerial

PySerial is a library which provides support for serial connections ("RS-232") over a variety of different devices: old-style serial ports, Bluetooth dongles, infra-red ports, and so on. It also supports remote serial ports via RFC 2217 (since V2.5).

Projects using PySerial

Alternatives

Bluetooth connections can also be handled using the socket module, provided that support for Bluetooth is present in the underlying operating system and has been compiled into the Python distribution being used.

Project Home Page

PySerial Sourceforge Homepage


CategoryDocumentation

PySerial (last edited 2010-02-02 02:01:11 by 209-6-43-126)

Unable to edit the page? See the FrontPage for instructions.