SHIP:Port:USBF VENDOR

From Serious Documentation
Revision as of 05:40, 14 November 2018 by TerryWest (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The platform.USBF_VENDORx ports have no configuration parameters; this node is designed for binding primarily to the SHIPBridge Protocol for exchanging data between GUIs and external systems.

Multiple USB Device protocols (aka "classes") can be active on the same port simultaneously. For example, on USB device port 0 on a platform, you can have:

  • USBF_CDC0, implementing the Communications Device Class (aka "serial port over USB"), and,
  • USBF_VENDOR0, the Vendor (or "Raw") class bound to a SHIPBridge Protocol link exchanging data with another board

both operating simultaneously.

see GRM