I hereby claim:
- I am ajc on github.
- I am ajc (https://keybase.io/ajc) on keybase.
- I have a public key whose fingerprint is F748 7815 46A7 0247 9C9A 1E8A C2B3 ED75 F35D 77C5
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #! /usr/bin/kermit + | |
| ; | |
| ; copy this to ~/bin/kermit-serial and make executable! | |
| ; | |
| set modem type none | |
| set line /dev/ttyUSB0 | |
| set carrier-watch off | |
| set speed 9600 | |
| if defined \%1 set speed \%1 | |
| set flow rts/cts |