brainelectronics / micropython-modbus

MicroPython Modbus RTU Slave/Master and TCP Server/Slave library
GNU General Public License v3.0
104 stars 45 forks source link

Is Circuitpython supported? #58

Closed toddkarin closed 1 year ago

toddkarin commented 1 year ago

It seems this package only works with micropython, is there any possibility to add support for circuitpython?

brainelectronics commented 1 year ago

Hey again :)

Yes, the package was designed only for MicroPython.

Using this lib on CircuitPython might be most likly not be possible/fail as the machine modules, see CircuitPython Differences from MicroPython I assume.

But maybe you could find a workaround to support CircuitPython and MicroPython and create a PR with the solution