I'm working on a project that will involve the pyboard communicating with another device running python over serial (USB or UART). I would like to serialise objects and send and receive them, pickle is not implemented for micropython yet. What options do I have?
Cheers,
Will
Serial communication with pyb
Re: Serial communication with pyb
There is a ujson module, and the full json module as well (I haven't personally used either).
Re: Serial communication with pyb
Cheers, having a look now. Is there a list of supported modules somewhere?
Re: Serial communication with pyb
There are these: https://github.com/micropython/micropython-lib (which are all pure-python)
and there are these: https://github.com/micropython/micropyt ... ter/extmod
and there are these: https://github.com/micropython/micropyt ... ter/extmod