Add character mapping examples

This commit is contained in:
Martin Lund 2025-01-25 15:09:07 +01:00
parent 27f8f2c4e6
commit 37994b3cc5
3 changed files with 15 additions and 0 deletions

View file

@ -71,3 +71,8 @@ device = /dev/ttyUSB0
color = 14
script = set{DTR=high,RTS=low}; msleep(100); set{DTR=low,RTS=high}; msleep(100); set{RTS=low}
script-run = always
[buspirate]
device = /dev/ttyACM0
map = INLCRNL,ODELBS
color = 15