Changes

Jump to navigation Jump to search
Line 688: Line 688:  
functions = functions-remote  ; name the functions stanza 'functions-remote'
 
functions = functions-remote  ; name the functions stanza 'functions-remote'
 
</pre>
 
</pre>
 +
 +
==ioaddr===
 +
ioaddr= refers to a parallel port I/O address. It is specified as a hexadecimal number with a 0x prefix. The parallel port is used when the Doug Hall RBI-1 interface is employed.
 +
 +
Sample:
 +
<pre>
 +
ioaddr = 0x378  ; set RB-1 address
 +
</pre>
 +
 +
 +
ioport=
 +
 +
The ioport= stanza is used to select a serial port on the PC where radio commands will be sent.
 +
On Linux Systems, these are typically path names to special files in the /dev directory. An example usage of this key-value would be:
 +
 +
ioport=/dev/ttyS1
    
=Nodes Stanza=
 
=Nodes Stanza=
896

edits

Navigation menu