USB virtual com RTS/CTS?

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: USB virtual com RTS/CTS?

Post by pythoncoder » Thu Jun 21, 2018 7:04 am

Regardless of the development status of the platform, with serial interface it is entirely normal to design an application-level communications protocol. Application requirements vary so widely that there aren't really any standards, at least as far as I know. As I suggested above, use half-duplex if possible: it makes things considerably simpler.

For what it's worth as a platform MicroPython on the Pyboard is rock-solid including its serial and USB interfaces.
Peter Hinch
Index to my micropython libraries.

Post Reply