Skip to content
Snippets Groups Projects
Select Git revision
  • ce166e6b68b7fafb73a99fd64081f8a4155fe22a
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

pyb.USB_VCP.rst

Blame
  • user avatar
    Paul Sokolovsky authored
    Class designator will be used as is in indexes, so must match actual class
    name.
    a384a531
    History
    pyb.USB_VCP.rst 3.19 KiB

    class USB_VCP -- USB virtual comm port

    The USB_VCP class allows creation of an object representing the USB virtual comm port. It can be used to read and write data over USB to the connected host.

    Constructors

    Create a new USB_VCP object.

    Methods