forked from auracaster/bumble_mirror
Squashed commits: [cd479ba] formatting and linting automation [7fbfabb] formatting and linting automation [c4f9505] fix after rebase [f506ad4] rename job [441d517] update doc (+7 squashed commits) [2e1b416] fix invoke and github action [6ae5bb4] doc for git blame [44b5461] add GitHub action [b07474f] add docs [4cd9a6f] more linter fixes [db71901] wip [540dc88] wip
425 B
425 B
SERIAL TRANSPORT
The serial transport implements sending/receiving HCI packets over a UART (a.k.a serial port).
Moniker
The moniker syntax for a serial transport is: serial:<device-path>[,<speed>]
When <speed> is omitted, the default value of 1000000 is used
!!! example
serial:/dev/tty.usbmodem0006839912172,1000000
Opens the serial port /dev/tty.usbmodem0006839912172 at 1000000bps