Difference between revisions of "PR430"
m (typos) |
|||
Line 1: | Line 1: | ||
The '''PR430''' is a small device integrating a [[TNC]] and a 70cm 6W-transceiver optimized for [[packet radio]] (1200 Bd. AFSK & 9600 Bd. FSK) use. It is connected to the host system through | The '''PR430''' is a small device integrating a [[TNC]] and a 70cm 6W-transceiver optimized for [[packet radio]] (1200 Bd. AFSK & 9600 Bd. FSK) use. It is connected to the host system through a [[RS232]] interface using the common 9-pin sub-D connector. It is running enhanced [[6pack]] as the line protocol. <br> The PR430 can also be used as a FM-TRX and as [[POCSAG]]-TX. It was developed by the German company SR-Systems. | ||
== Linux support == | == Linux support == | ||
Line 8: | Line 8: | ||
</pre></code> | </pre></code> | ||
The FM- | The FM-Transceiver and POCSAG transmitter mode are currently not supported. | ||
== See also == | == See also == | ||
* [http://www.sr-systems.de/V02/content.php?show=PR430&lng=en&style=std SR-Systems PR430 page] | * [http://www.sr-systems.de/V02/content.php?show=PR430&lng=en&style=std SR-Systems PR430 page] | ||
* [http://www.adacom.org/index.php?option=com_content&task=view&id=56&Itemid=9 The PR430 as | * [http://www.adacom.org/index.php?option=com_content&task=view&id=56&Itemid=9 The PR430 as POCSAG transmitter] (German) | ||
[[de:PR430]] | [[de:PR430]] |
Revision as of 17:01, 9 May 2006
The PR430 is a small device integrating a TNC and a 70cm 6W-transceiver optimized for packet radio (1200 Bd. AFSK & 9600 Bd. FSK) use. It is connected to the host system through a RS232 interface using the common 9-pin sub-D connector. It is running enhanced 6pack as the line protocol.
The PR430 can also be used as a FM-TRX and as POCSAG-TX. It was developed by the German company SR-Systems.
Linux support
Currently Linux does not support enhanced 6pack, therefor special drivers patches are needed. The patch is available at http://www.linux-mips.org/pub/linux/mips/people/ralf/pr430. The enhanced 6PACK driver is configured via sysfs. To configure the (first) device to a receive frequency of 438.350MHz with a shift of -7.6MHz use the following commands:
echo 438350000 > /sys/class/net/sp0/tnc/qrg
echo -7600000 > /sys/class/net/sp0/tnc/shift
The FM-Transceiver and POCSAG transmitter mode are currently not supported.