This is a static archive of the Python wiki, which was retired in February 2026 due to lack of usage and the resources necessary to serve it — predominately to bots, crawlers, and LLM companies.
Pages are preserved as they were at the time of archival. For current information, please visit python.org.
If a change to this archive is absolutely needed, requests can be made via the infrastructure@python.org mailing list.

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


2026-02-14 16:12