1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00
wezterm/docs/serial.md
Wez Furlong 9a610358d1 docs: upgrade to mdbook 0.4, enable link checking
Standardize on `thing.md` rather than `thing.markdown` to make it
easier to cross link.
2021-01-30 14:14:29 -08:00

27 lines
513 B
Markdown

## Serial Ports
wezterm can also connect to serial ports as a client. This is useful
for example when working with embedded devices such as Arduino, or
when connecting to a serial console on a headless server.
For example, on Linux:
```bash
$ wezterm serial /dev/ttyUSB0
```
or on Windows:
```bash
$ wezterm serial COM0
```
You can also specify the baud rate:
```bash
$ wezterm serial --baud 38400 /dev/ttyUSB0
```
When a wezterm window is operating in serial mode it is not possible to create
new tabs.