Project

General

Profile

T-DisplayTel » History » Version 10

laforge, 10/01/2022 09:06 AM

1 2 laforge
h1. T-DisplayTel
2 1 laforge
3
This is probably the only ISDN Phone with built-in [[BTX]] Terminal that was ever made.
4
5
h2. Pictures
6
7
FIXME
8 2 laforge
9 8 laforge
h2. Hardware
10
11
The hardware consists of 3 circuit boards:
12
13 9 laforge
* Mainboard (527/393-86211b)
14 8 laforge
* Display Board
15
* Keyboard
16
17 9 laforge
h3. Mainboard (527/393-86211b)
18 1 laforge
19 9 laforge
The mainboard contains the main processor, RAM, Flash, EPROM as well as display + keyboard controller and ISDN interface.
20
21 8 laforge
h4. Main CPU
22
23
* 1x NEC uPD70236AGD-12 (V53A) 16bit CPU (I101) attachment:UPD70236_NECElectronics.pdf
24
* 1x Samsung KM29C010-15 128k x 8 CMOS Flash Memory (I281) attachment:KM29C010.pdf
25
* 1x TI TMS27C240-12 256k x 16 EPROM (I271) atachment:TMS27C240.pdf
26
* 2x Samsung KM658128ALG-8  28k x 8 PSRAM (I231, I241) attachment:KM658128.pdf
27
* 24.576 MHz XTAL
28
* TI TL770SACP Supply Voltage Supervisor
29
30
h4. Keyboard Interface
31
32
* 1x OKI M80C51F-368 8-bit 8051 controller with 4k mask ROM (LOEWE 349-025514) (I611) attachment:M80C51F.pdf
33
* 11.0592 MHz XTAL
34
* connects to keyboard via 2x8 header (W651)
35
36
h4. Display Interface
37
38
* 1x OKI M6355 Display Controller (I361)
39 10 laforge
** connects to Display via 14pin FPC (W371)
40
** 3 MHz XTAL
41 8 laforge
* 1x Samsung KM62256BLG-10 32k x 8 CMOS SRAM (I381) attachment:KM62256.pdf
42
* 1x Motorola 34063AP1 KDI DC/DC connverter controller (for display supply voltage)
43
44
h4. ISDN Interface
45
46
* 1x Siemens SAB 82526 HSCX-1 V2.1
47
* 1x Siemens PSB 2186N V1.1 ISAC-S TE
48
49
h3. Keyboard
50
51
h3. Display board
52
53 2 laforge
h2. Making the BTX / Datex-J terminal work
54
55
@laforge has been attempting to find out what needs to be done to get the BTX/terminal part of T-DisplayTel to work.
56
57
On the D-channel signaling side, it is establshing a normal _UDI (unrestricted digital information)_, no specific HLC/LLC.
58
59 4 laforge
The more interesting question is what it speaks on the B-channel.
60 2 laforge
61
h3. Accepting the call, dumping raw B channel
62
63
When accepting a call (from the simulated BTX server side), the T-DisplayTel unexpectedly doesn't send HDLC but some 0xff-padding based signaling:
64
65
<pre>
66
00000000  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
67
*
68
00000040  ff ff ff ff ff ff ff ff  ff ff ff ff fb 05 7c 59  |..............|Y|
69
00000050  df ed f7 ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
70
00000060  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
71
*
72
00001f20  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff fb  |................|
73
00001f30  05 7c 59 df ed f7 ff ff  ff ff ff ff ff ff ff ff  |.|Y.............|
74
00001f40  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
75
*
76
00007ce0  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff fb  |................|
77
00007cf0  05 7c 59 df ed f7 ff ff  ff ff ff ff ff ff ff ff  |.|Y.............|
78
00007d00  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
79
*
80
0000daa0  ff ff ff ff ff ff ff ff  ff ff ff ff fb 05 7c 59  |..............|Y|
81
0000dab0  df ed f7 ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
82
0000dac0  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
83
*
84
00013860  ff ff ff ff ff ff ff ff  7e 01 5f d6 77 fb fd ff  |........~._.w...|
85
00013870  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
86
*
87
00019620  ff ff ff ff ff ff fb 05  7c 59 df ed f7 ff ff ff  |........|Y......|
88
00019630  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
89
*
90
0001f3e0  ff ff ff ff 7e 01 5f d6  77 fb fd ff ff ff ff ff  |....~._.w.......|
91
0001f3f0  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
92
*
93
000251a0  ff fb 05 7c 59 df ed f7  ff ff ff ff ff ff ff ff  |...|Y...........|
94
000251b0  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
95
*
96
0002b310  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ab ab  |................|
97
0002b320  ab ab ab ab ab ab ab ab  ab ab ab ab ab ab ab ab  |................|
98
</pre>
99
100
So we see two messages, with a lot of 'ff' padding in between:
101
<pre>
102
fb 05 7c 59 df ed f7
103
7e 01 5f d6 77 fb fd
104
</pre>
105 1 laforge
106 7 laforge
If we re-order the bits of each byte and then HDLC decode (e.g. with https://gitea.osmocom.org/cellular-infrastructure/osmo-e1-recorder/src/branch/master/src/hdlc-test.c) we get
107 4 laforge
<pre>
108
fffb057c59dfedf7ff => F 01 3f eb df F
109
ff7e015fd677fbfdff => F 01 3f eb df F
110
</pre>
111
112
so it's actually a repeat transmission of the same frame.
113 2 laforge
114
h3. establishing a call against an ISDN TA
115
116
Establishing call towards ISDN TA ([[US_Robotics_Sportster_ISDN_TA_Ext]]) and playing with the B-channel protocol on the TA, I can get a "proper" connection established when putting the TA into *T.70-NL* mode (@ATB22@).  No success with HDLC, X.75 or V.120.
117
118
When the T.70-NL call is established, the DisplayTel cleaars its screen, and any characters sent by the TA are displayed on the screen. Great.
119
120
However, no characters are transmitted from the DisplayTel in the opposite direction.  In fact, it doesn't even ever leave the 'ff' mode, i.e. no HDLC flag octets are sent by it.  No keypress on the DisplayTel generates any non-ff data to be transmitted on the B-channel.
121
122
I'm attaching raw B-channel traces for both directions (attachment:displaytel-32-rx.raw and attachment:displaytel-32-tx.raw)
123 3 laforge
124
Interstingly, in this situation, the uplink from the Displaytel only contains a single, non-ff message:
125
126
<pre>
127
df a0 3e 9a fb b7 ef
128
</pre>
129 5 laforge
130
Decoded (bit order inversal + HDLC decode):
131
<pre>
132
F 01 3f eb df F 
133
</pre>
134 6 laforge
135
The same behavior can be observed when replacing the hardware ISDN TA with a software implementation: isdn4linux/ttyI0 in BTX mode (AT&X1) on Fritz!Card PCI.
Add picture from clipboard (Maximum size: 48.8 MB)