antonvh / UartRemote

Facilitate communication between two hardware devices using a serial protocol: uart, sockets, rfcomm, ble serial,...
MIT License
20 stars 6 forks source link

Does this project work with the new SPIKE Prime 3.3.1 python editor? #9

Open JDwyer009 opened 1 year ago

JDwyer009 commented 1 year ago

Is this project compatible with new SPIKE Prime 3.3.1 python editor?

If so, great.
If not, is there an intention to update it?

antonvh commented 1 year ago

SPIKE3 does not support UART as far as I know. Best to downgrade to SPIKE2 for now. We're working on a version that uses the LPF2 protocol instead of UART, but progress is a bit slow due to bad documentation from LEGO.