Changes

Jump to navigation Jump to search
Added in sections and included information from mailing list from Mike - KB8JNM regarding parallel port use and naming
Line 1: Line 1: −
Chan_usbradio is a feature rich DSP radio interface.  
+
Chan_usbradio is a feature rich DSP radio interface.  It requires more CPU than chan_simpleusb and therefor chan_simpleusb may be a better choice on smaller computers.  
   −
It requires more CPU than chan_simpleusb and therefor chan_simpleusb may be a better choice on smaller computers. Chan_usbradio.conf setting are well documented in the configuration file itself.
+
=usbradio.conf=
 +
Chan_usbradio.conf setting are well documented in the configuration file itself:
    
<pre>
 
<pre>
Line 90: Line 91:     
</pre>
 
</pre>
 +
 +
=Configuration=
 +
==Parallel Port==
 +
When setting chan_usbradio to use a parallel port for I/O you must set a definition for the port address in rpt.conf:
 +
 +
<pre>
 +
iobase=0x378    ; Parallel port address (using for cor/ptt & switches +dh-rbi  - 378,278,3bc common Lpt 1,2,3
 +
</pre>
 +
 +
You must then define the parallel port pins used for I/O in usbradio.conf:
 +
 +
<pre>
 +
[usb]
 +
pp6=ptt
 +
pp11=cor
 +
</pre>
 +
 +
When configuring your usbradio node you '''''MUST''''' ensure that the name of the radio is the same in both rpt.conf and usbradio.conf. 
 +
 +
Node names are in format of ''usb_<nodenumber>''.  Where <nodenumber> = the AllStar Link node of your system.  ''Note that usb and the node number are separated by an underscore (_) character.''
 +
 +
Example:<p>
 +
Your usbraido.conf file defines your usb radio as '''[usb_1000]'''.  Your rpt.conf file would then have:
 +
 +
<pre>
 +
rxchannel = radio/usb_1000
 +
</pre>
 +
 +
If you are reusing the usbradio.conf file from an older installation (i.e., ACID), take special note of the change in naming.  chan_usbradio may not work without first making this change to your usbradio.conf file.
 +
    
[[Category:Node Configuration]]
 
[[Category:Node Configuration]]

Navigation menu