Changes

Jump to navigation Jump to search
no edit summary
Line 6: Line 6:  
The configuration of chan_simpleusb is done with the simpleusb.conf file and is self explanatory:
 
The configuration of chan_simpleusb is done with the simpleusb.conf file and is self explanatory:
   −
<pre>
+
<syntaxhighlight lang="ini">
 
; SimpleUSB configuration
 
; SimpleUSB configuration
 
;
 
;
Line 45: Line 45:     
duplex=1                ; Full Duplex
 
duplex=1                ; Full Duplex
</pre>
+
</syntaxhighlight>
   −
=Configuration=
+
== Configuration using Parallel Port ==
==Parallel Port==
   
When setting chan_simpleusb to use a parallel port for I/O you must set a definition for the port address in rpt.conf:
 
When setting chan_simpleusb to use a parallel port for I/O you must set a definition for the port address in rpt.conf:
   −
<pre>
+
<syntaxhighlight lang="ini">
 
iobase=0x378    ; Parallel port address (using for cor/ptt & switches +dh-rbi  - 378,278,3bc common Lpt 1,2,3
 
iobase=0x378    ; Parallel port address (using for cor/ptt & switches +dh-rbi  - 378,278,3bc common Lpt 1,2,3
</pre>
+
</syntaxhighlight>
    
You must then define the parallel port pins used for I/O in simpleusb.conf:
 
You must then define the parallel port pins used for I/O in simpleusb.conf:
 
+
<syntaxhighlight lang="ini">
<pre>
   
[usb_<node#1>]  ( ie [usb_1234] )
 
[usb_<node#1>]  ( ie [usb_1234] )
 
pp6=ptt
 
pp6=ptt
 +
pp15=ctcss  (valid ctcss signal from ext hardware 0/5v)
 
pp11=cor
 
pp11=cor
 +
carrierfrom=ppinvert (could also be ctcss or ctcssinvert or pp)
 
...(+ additional info for this nodes usb config)...
 
...(+ additional info for this nodes usb config)...
   Line 66: Line 66:  
pp7=ptt
 
pp7=ptt
 
pp12=cor
 
pp12=cor
</pre>
+
pp14=ctcss
 +
carrierfrom=ctcss
 +
</syntaxhighlight>
 
...(+ additional info for this nodes usb config)...
 
...(+ additional info for this nodes usb config)...
    +
 +
== Notes ==
 
When configuring your simpleusb radio node you '''''MUST''''' ensure that the name of the radio is the same in both rpt.conf and simpleusb.conf.   
 
When configuring your simpleusb radio node you '''''MUST''''' ensure that the name of the radio is the same in both rpt.conf and simpleusb.conf.   
 
The system looks inside the file SimpleUSB.conf for the match of the node# to be configured (i.e. usb_1234).  
 
The system looks inside the file SimpleUSB.conf for the match of the node# to be configured (i.e. usb_1234).  
   −
Node names are in format of ''usb_<nodenumber>''.  Where <nodenumber> = the PTTLink node of your system.  ''Note that usb and the node number are separated by an underscore (_) character.''
+
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>
 
Example:<p>
 
Your simpleusb.conf file defines your usb radio as '''[usb_1000]'''.  Your rpt.conf file would then have:
 
Your simpleusb.conf file defines your usb radio as '''[usb_1000]'''.  Your rpt.conf file would then have:
   −
<pre>
+
<syntaxhighlight lang="ini">rxchannel = SimpleUSB/usb_1000</syntaxhighlight>
rxchannel = SimpleUSB/usb_1000
  −
</pre>
      
If you are reusing the simpleusb.conf file from an older installation (i.e., ACID), take special note of the change in naming.  When a exact match is not made, the settings that follow will not be loaded.
 
If you are reusing the simpleusb.conf file from an older installation (i.e., ACID), take special note of the change in naming.  When a exact match is not made, the settings that follow will not be loaded.
    
=Miscellaneous=
 
=Miscellaneous=
 +
Parallel Port Addressing:
 +
 +
A line is required in your node stanza in RPT.conf to access the parallel port in the software.
 +
 +
<syntaxhighlight lang="ini">iobase=0x378    ; Parallel port address</syntaxhighlight>
 +
 +
Settings are 0x378 = LPT1, 0x278 = LPT2, 0x3bc = LPT3
 +
 +
You can have more than one, but you need to place them in other node stanza's addressed separately.
 +
Note: Some older systems plug and play can have issues addressing these. If so, go to bios setup and address them manually.
 +
This will prevent the system from changing the address.
 +
 
==Parallel Port Pin Numbers==
 
==Parallel Port Pin Numbers==
 
Additional note on parallel port pin numbers:
 
Additional note on parallel port pin numbers:
Line 115: Line 129:  
|}
 
|}
   −
PTTLink denoted pins pp9 through pp12 are 'Input pins' listed as 'A#' in the parallel port scheme.
+
Allstar denoted pins pp9 through pp12 are 'Input pins' listed as 'A#' in the parallel port scheme.
    
Special note: All these pins require 'buffering' by adding a transistor to do the actual switching.
 
Special note: All these pins require 'buffering' by adding a transistor to do the actual switching.
 
They will not sink much current on their own.
 
They will not sink much current on their own.
 +
While these port pins vary, most will only sink about 20ma-50ma of current.
 
In the case of some older radios you might interface, you might need to buffer with a transistor (2n2222 / 3904/3906)  
 
In the case of some older radios you might interface, you might need to buffer with a transistor (2n2222 / 3904/3906)  
AND a relay actuated by the buffer transistor. Mainly the PTT lines.  
+
AND/OR a relay actuated by the buffer transistor. Mainly the PTT lines.
 +
 
The best design is with optically-coupled transistors to prevent voltages and/or rf from running back through this port.
 
The best design is with optically-coupled transistors to prevent voltages and/or rf from running back through this port.
 
The unused output pins can be applied to switch things at the site. i.e. fan/light/alarm or even switching off other equipment.
 
The unused output pins can be applied to switch things at the site. i.e. fan/light/alarm or even switching off other equipment.
 +
It is not advisable to work a relay coil directly with a PP pin.
 +
It is a coil and susceptible to absorbing RF and there is no quicker way to lock a computer up than to bugger this input/output with a stray signal.
 +
 +
Final Note: If you think you might be adding a Doug Hall RBI-1 Remote base later, Start populating pins 'above' pp3 reserving the 1st 3 pins.
 +
 
Check command tables for info, not related to simple_usb.conf.
 
Check command tables for info, not related to simple_usb.conf.
 
[[Category:Node Configuration]]
 
[[Category:Node Configuration]]

Navigation menu