summaryrefslogtreecommitdiff
path: root/tool/setup-rs232
blob: 689d838512674f31a2f0f7169c02e0e85212748c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash

set -eux

stty -F /dev/ttyUSB0 \
    115200 \
    -drain \
    -clocal \
    cread \
    -crtscts \
    cs8 \
    cstopb \
    -hup \
    parenb \
    -parodd \
    -igncr \
    inpck \
    -istrip \
    -ixany \
    -ixoff \
    -ixon \
    -echo \
    -icanon