Pyserial: Difference between revisions
From charlesreid1
No edit summary |
(Add brief description and GitHub link for PySerial (via update-page on MediaWiki MCP Server)) |
||
| 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]] | [[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.
- GitHub: https://github.com/pyserial/pyserial
- Documentation: https://pyserial.readthedocs.io/
See Category:Kenwood and ESP8266