1###Using CC90 (Thomson side)
2
3*<center>CAUTION: Don't use CC90 version 2.0 with programs that require the 1.03 or earlier versions of CC90: they are not compatible.</center>*
4
5* <a href="./#install">Install CC90 without disk</a>
6* <a href="./#run">General working</a>
7* <a href="./#errors">Error messages</a>
8
9<a name="install"></a>
10#####Install CC90 without disk
11
12Your system doesn't allow you to transfer the disk cc90.sap/cc90.fd/cc90.hfe onto a Thomson formatted floppy ? CC90 can be launched from the PC!
13
14Just copy, save and run the following program on your Thomson under Basic :
15
16<blockquote><blockquote><pre>
170 'SAVE"INSTALL.BAS",A
185 '
1910 DATA "8EE7E0CE45001A50",&amp;H3D2
2015 DATA "4F5FED02CC03FFED",&amp;H458
2120 DATA "84CC043CED028D2F",&amp;H33B
2225 DATA "1F988D2B33CB8D27",&amp;H321
2330 DATA "1F988D23E7C04A26",&amp;H37E
2435 DATA "F9E684C42026FACC",&amp;H533
2540 DATA "0A02E700C6031E88",&amp;H262
2645 DATA "1F884A26F58D0827",&amp;H2C8
2750 DATA "D5E784ECC36ECB34",&amp;H55C
2855 DATA "02C601E784E6842B",&amp;H3C9
2960 DATA "FCE6842BF8C6801E",&amp;H4ED
3065 DATA "881F88A600485624",&amp;H297
3170 DATA "F63582",&amp;H1AD
3275 '
3380 LOCATE,,0:CLS:CONSOLE,,1
3485 D=PEEK(&amp;HFFF2)
3590 IF D&lt;128 THEN D=16384 ELSE D=0
3695 A=D
37100 FOR I=1 TO 13
38105  READ A$,C:R=0
39110  FOR J=1 TO LEN(A$)-1 STEP2
40115   V=VAL("&amp;H"+MID$(A$,J,2))
41120   R=R+V
42125   POKE A,V
43130   A=A+1
44135  NEXTJ
45140  IF R&lt;&gt;C THEN PRINT"Error line";I;"of datas (&amp;H";HEX$(R);"&lt;&gt;&amp;H";HEX$(C);")":END
46145 NEXTI
47150 '
48155 A=D/256
49160 POKE D+1,&amp;HA7+A:POKE D+4,&amp;H05+A
50165 EXEC D
51</pre></blockquote></blockquote>
52
53Then proceed with the installation by running the program on the PC with the *`-i`* or *`--install`* option (console mode) or by requesting a installation without diskette (windowed mode).
54
55<a name="run"></a>
56#####General working
57
58Launch CC90 by pressing the Basic start button in the main menu (launch of AUTO. BAT) or a RUN"CC90" from inside the Basic. Do not worry about the incoherent part of the screen under the title: this is the binary program.
59
60... and during a transfer, the date will be automatically updated on the Thomson (TO8/TO8D/TO9 +).
61
62Once the program started, the Thomson then works exclusively in "slave" mode.
63
64<a name="errors"></a>
65#####Error messages
66
67<table border="1" width="100%">
68<tr><td style="white-space:nowrap"><b>COM Not Ready</b></td><td>The interface CC90-232 is not connected to Thomson. Switch off your Thomson, connect the interface, switch on and launch CC90 again.</td></tr>
69<tr><td style="white-space:nowrap"><b>COM Bstart Error</b></td><td>The Thomson waits too long while receiving data</td></tr>
70<tr><td style="white-space:nowrap"><b>COM Crc Error</b></td><td>The data block received by the Thomson is not valid</td></tr>
71<tr><td style="white-space:nowrap"><b>COM Rts Error</b></td><td>The Thomson waits too long while sending data</td></tr>
72<tr><td style="white-space:nowrap"><b>Disk Protected</b></td><td>The disk is write protected</td></tr>
73<tr><td style="white-space:nowrap"><b>Disk I/O Error</b></td><td>There is a problem while reading/writting the disk</td></tr>
74<tr><td style="white-space:nowrap"><b>Disk Not Ready</b></td><td>There is no disk in the drive</td></tr>
75<tr><td style="white-space:nowrap"><b>Break</b></td><td>The Thomson received an unknown code block (quite rare)</td></tr>
76</table>
77
78