OSD:Kermit configuration

From The Neuros Technology Wiki

Jump to: navigation, search

[edit] Configuring Kermit to Talk to the OSD

(this was culled from Derobert's Guide to the On-Screen Display: Workstation Setup to avoid confusion, since it was not fleshed out enough)

Create a file called .kermrc in your home directory with the following contents:

   set line /dev/ttyS0
   set speed 115200
   set carrier-watch off
   set handshake none
   set flow-control none
   robust
   set file type bin
   set file name lit
   set rec pack 1000
   set send pack 1000
   set window 5

Now you may start the program with kermit -c

Personal tools