From charlesreid1

(Created page with "See Category:Kenwood and ESP8266")
 
(Add brief description and GitHub link for PySerial (via update-page on MediaWiki MCP Server))
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''PySerial''' is a Python library that encapsulates access to the serial port. It provides a cross-platform way to communicate over serial ports (RS-232) on Windows, OSX, Linux, BSD, Jython, and IronPython.
* GitHub: https://github.com/pyserial/pyserial
* Documentation: https://pyserial.readthedocs.io/
See [[:Category:Kenwood]] and [[ESP8266]]
See [[:Category:Kenwood]] and [[ESP8266]]
[[Category:Python]]

Latest revision as of 21:18, 5 June 2026

PySerial is a Python library that encapsulates access to the serial port. It provides a cross-platform way to communicate over serial ports (RS-232) on Windows, OSX, Linux, BSD, Jython, and IronPython.

See Category:Kenwood and ESP8266