Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2006-07-02 18:45:36
Size: 54
Editor: 202
Comment:
Revision 6 as of 2008-11-15 14:00:17
Size: 1244
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Describe PySerial here. = PySerial =

[[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.

== Projects using PySerial ==

 * [[http://rfidiot.org/|RFIDIOt]] - an open source python library for exploring RFID devices (see also [[http://www.securityfocus.com/archive/1/449926/30/0/threaded|"RFID enabled e-passport skimming proof of concept code released (RFIDIOt)"]] and [[http://www.theregister.co.uk/2006/10/31/rfid_e-passport_attack/|"Code highlights e-passport eavesdropping risk"]])
 * [[http://www.python.org/pypi/t616hack|t616hack]] - a distribution providing access to the contacts, phonebook and messages on the Sony Ericsson T610/T616 and compatible mobile telephones
 * [[http://pypi.python.org/pypi/jaraco.nxt|jaraco.nxt]] - a package implementing low-level API communication with the LEGO Mindstorms NXT robot kit.

== 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.

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.

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.


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.