-
Notifications
You must be signed in to change notification settings - Fork 167
User Guide: Enabling VCP pass through
peabody124 edited this page Nov 17, 2014
·
6 revisions
VCP passthrough enables your board to act like a serial port, or talk to devices connected to it. This can be used to configure your GPS (for example). However, be aware that the VCP port does not respond to requests to change baudrate through VCP (you can do it via GCS).
There are a few steps to enable a VCP pass through:
- Map one of your board ports to ComBridge on the Board page. The ports that can be used will be specific to your board.
- Set the USB_VCPPort to ComBridge
- Save the settings.
- In the modules tab enable the Com Bridge module
- If you need to alter the baud rate do it in the "Misc" subtab of the Modules tab
- Go to the Misc sub-tab of the Module config page and set the ComBridge baudrate to whatever baudrate your connect device is running at.
- Save the settings.
- Power cycle the board
You should see a com port associated with your board that now will talk to the serial port.