Differences between revisions 5 and 11 (spanning 6 versions)
Revision 5 as of 2008-08-03 01:29:25
Size: 1232
Editor: c-68-32-164-31
Comment:
Revision 11 as of 2010-02-02 02:01:11
Size: 1764
Editor: 209-6-43-126
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 6: Line 6:

 * [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.
 * [[http://bitpim.sourceforge.net/|BitPim]] - crossplatform application to view and manipulate data on CDMA phones from LG, Samsung, Sanyo and other manufacturers.
 * [[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.
 * [[http://twistedmatrix.com/trac/|Twisted]] - Uses pySerial to provide an asynchronous serial port transport which can be used like any other stream-oriented transport (eg TCP, SSL).
Line 15: Line 16:
== Project Home Page ==

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