PPEB HDX via IP-address plaything.ROM - TI & PC Transfer Files, Print, Plot get Time over Wi-Fi
Автор: TI99 VIDEOS
Загружено: 2025-11-12
Просмотров: 21
Описание:
PPEB HDX via IP-address plaything.ROM - TI & PC Transfer Folder, Files, Print, Plot get Time over Wi-Fi
VERSION 12.1a or higher is needed to connect to the PPEB using a socket via an IP-address!
PPEB HDX Software (using plaything):
------------------------------
HDX.ROM image (renamed to plaything.ROM)
Software:
https://forums.atariage.com/topic/358...
When "plaything" is on, the PPEB will attempt to load /plaything.ROM into device RAM CRU 1D00.
This is 4KB max. only (mirrored @4000 & @5000) which is plenty for a custom DSR
(in this demo the HDX.ROM is renames to plaything.ROM and put in the root of the micro SD-card
autoload.cfg on micro-sd card (for PPEB with Wi-Fi, like PPEB-CR SMD)
PLAYT=3
autoload.cfg on micro-sd card (for PPEB with Wi-Fi, like PPEB-CR SMD)
MODE=1041
BAUD=38400
PLAYT=2
More info:
Where MODE= Serial config:
PARITY_EVEN 0x001
PARITY_ODD 0x002
PARITY_NONE 0x003
PARITY_MARK 0x004
PARITY_SPACE 0x005
STOP_BIT_1 0x010
STOP_BIT_1_5 0x020
STOP_BIT_2 0x030
DATA_5 0x100
DATA_6 0x200
DATA_7 0x300
DATA_8 0x400
e.g. 8N1 (81N) = 0x413, converted to decimal: MODE=1043 (this is the default setting, no need to set this)
8E1 (81E) = 0x411, converted to decimal: MODE=1041 (this is required for HDX Serial)
PLAYT=0 (Off)
PLAYT=1 (On, but with no interface to Serial/WiFi - just a 4KB RAM DSR for testing stuff)
PLAYT=2 (On, with an interface to Serial - set MODE and BAUD for this to work)
PLAYT=3 (On, with an interface to WiFi - no need to set MODE and BAUD)
PC Tools:
---------
(Not needed for IP-connection, but only for Com-port connection, see the other video for details): Virtual Serial Port Emulation (VSPE):
https://eterlogic.com/Products.VSPE_D...
Note: TI99HDx version 12.1a or higher is needed for an IP-connection.
TI99Hdx Server (Hard Disk eXchange) using HDX1 as drive and printer integration
https://hexbus.com/ti99geek/Projects/...
Ti99Print (v1.1a)
https://hexbus.com/ti99geek/Projects/...
For plotting see example program below.
TI-99/4A Tools:
---------------
Disk Utilities 2000 (v3.1) to check the CRU address and DSR Routine:
https://hexbus.com/ti99geek/Projects/...
Disk Manager 2000 (v4.0) for 40 and 80 Columns
to copy directories and files between TI and PC (e.g. HDX1. IDE1. DSK1.)
https://hexbus.com/ti99geek/Projects/...
Example Plot program
run in EXTENDED BASIC (because of the PI-function)
100 OPEN #1:"HDX1.PRINTER"
110 PRINT #1 :: PRINT #1:CHR$(27);"#"
120 REM PRINT #1:"S1"
130 PRINT #1:"C2"
140 PRINT #1:"P*** SIN CURVE ***"
150 PRINT #1:"F"
160 PRINT #1:"C0"
170 PRINT #1:"R10,0"
180 PRINT #1:"J0,-300"
190 PRINT #1:"R0,150"
200 PRINT #1:"I"
210 PRINT #1:"J450,0"
220 PRINT #1:"H"
230 PRINT #1:"C3"
240 FOR J=0 TO 360 STEP 90
250 PRINT #1:"M";J-15;",";-20
260 PRINT #1:"P";J
270 NEXT J
280 PRINT #1:"H"
290 PRINT #1:"C1"
300 FOR X=0 TO 360 STEP 10
310 I=X*PI/180
320 Y=SIN(I)*100
330 PRINT #1:"D";X;",";Y
340 NEXT X
350 PRINT #1:"H"
360 PRINT #1:"A"
370 END
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: