TS-IRIDIUM: Difference between revisions

From embeddedTS Manuals
(Created page with "{{Infobox |title = TS-Iridium |image = 300px |titlestyle = |headerstyle = background:#ccf; |labelstyle = width:33% |datastyle = |head...")
 
No edit summary
Line 19: Line 19:


= Configuration =
= Configuration =
== COM Port Selection ==
 
You must alter IRQ and the IO address to reflect your pin configuration.
== TS-72XX ==
 
== TS-7800 ==
This example is from Debian:
<source lang=bash>
. /initrd/ts7800.subr
pc104on
modprobe ts7800_isa16550 irq=6 io=0x3E8
</source>
 
== COM/IO Selection ==


{| class="wikitable"
{| class="wikitable"
Line 31: Line 43:
| COM1
| COM1
| 3F8
| 3F8
| OFF
| Off
| OFF
| Off
| OFF
| Off
|-  
|-  
| COM2
| COM2
| 2F8
| 2F8
| OFF
| Off
| OFF
| Off
| ON
| On
|-  
|-  
| COM3
| COM3
| 3E8
| 3E8
| OFF
| Off
| ON
| On
| OFF
| Off
|-  
|-  
| COM4
| COM4
| 2E8
| 2E8
| OFF
| Off
| ON
| On
| ON
| On
|-  
|-  
| COM5
| COM5
| 3A8
| 3A8
| ON
| On
| OFF
| Off
| OFF
| Off
|-  
|-  
| COM6
| COM6
| 2A8
| 2A8
| ON
| On
| OFF
| Off
| ON
| On
|-  
|-  
| COM7
| COM7
| 3A0
| 3A0
| ON
| On
| ON
| On
| OFF
| Off
|-  
|-  
| COM8
| COM8
| 2A0
| 2A0
| ON
| On
| ON
| On
| ON
| On
|}
|}


Line 86: Line 98:
| 140 to 14F
| 140 to 14F
| 190 to 19F
| 190 to 19F
}}
|}


== PLD Registers ==
== PLD Registers ==
Base + 0 will always return 0x9.  This can be used to detect the presence of the board.


===Base + 0===
Base + 1 will return 0x6 on the first access, 0x7 on the second, 0x8 on the third, and on the 4th access it will return the PLD version.
 
Base + 2:
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 98: Line 113:
|-
|-
| 0
| 0
| 90
| R
}
| JP1 On
|-
| 1
| R
| JP2 On
|-
| 2
| R
| JP3 On
|-
| 3
| R
| JP4 On
|}
 
Base + 3:
{| class="wikitable"
|-
! Bit
! Access
! Function
|-
| 0
| RW
| Modem Power Toggle
|-
| 1
| R
| Modem Power Status
|-
| 2
| R
| LED Status (1 on)
|-
| 3
| R
| JP5 On
|}


== Iridium Power ==
== Iridium Power ==
With JP5 enabled, the Iridium modem will receive power by default.  With either configuration of that jumper you can always toggle bit 0 of
With JP5 enabled, the Iridium modem will receive power by default.  With either configuration of that jumper you can always toggle the power from the PLD.

Revision as of 12:57, 29 June 2011

TS-Iridium
Ts-iridium.gif
Documents
Schematic
Celestech

Overview

The TS-Iridium provides a UART connection over PC104.

Full Iridium Documentation

To receive the full documentation for this board you must contact Celestech. This documentation is only intended to get the UART connection established.

Configuration

You must alter IRQ and the IO address to reflect your pin configuration.

TS-72XX

TS-7800

This example is from Debian:

. /initrd/ts7800.subr
pc104on
modprobe ts7800_isa16550 irq=6 io=0x3E8

COM/IO Selection

COM Address JP1 JP2 JP3
COM1 3F8 Off Off Off
COM2 2F8 Off Off On
COM3 3E8 Off On Off
COM4 2E8 Off On On
COM5 3A8 On Off Off
COM6 2A8 On Off On
COM7 3A0 On On Off
COM8 2A0 On On On

PLD Base Address

JP4 ON JP4 OFF
140 to 14F 190 to 19F

PLD Registers

Base + 0 will always return 0x9. This can be used to detect the presence of the board.

Base + 1 will return 0x6 on the first access, 0x7 on the second, 0x8 on the third, and on the 4th access it will return the PLD version.

Base + 2:

Bit Access Function
0 R JP1 On
1 R JP2 On
2 R JP3 On
3 R JP4 On

Base + 3:

Bit Access Function
0 RW Modem Power Toggle
1 R Modem Power Status
2 R LED Status (1 on)
3 R JP5 On

Iridium Power

With JP5 enabled, the Iridium modem will receive power by default. With either configuration of that jumper you can always toggle the power from the PLD.