Skip to content
Get started

Bridge Component

The bridge component forwards data between two interfaces on the device, so that whatever is connected to one side can talk to whatever is connected to the other. Each pairing of interfaces is provided by a platform; the following are available:

# Example configuration entry
bridge:
- platform: cdc_acm_uart
uart_id: uart_bus
usb_cdc_acm_id: cdc_interface

See the platform’s page for its configuration variables.