mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 09:37:25 +00:00
Since Python 3.10, RFCOMM sockets are available in Python on Windows so we no longer need 3rd party code. Fixes: pybricks/support#902
This is a partial implementation of the pybricks package that is normally included in Pybricks MicroPython for EV3. It makes the PC look like an EV3 so other EV3 bricks can connect to it and vice versa.
It has the same end user API, so the same documentation applies: https://docs.pybricks.com/en/latest/messaging.html
This is a Python3 modification of the original Pybricks MicroPython version: https://github.com/pybricks/pybricks-micropython/tree/master/bricks/ev3dev