-
Content Count
6,812 -
Joined
-
Last visited
-
Days Won
1
Posts posted by arcadeshopper
-
-
Exactly. A modem is a modem there are two types of Rs232 connections DTE and DCE
The TI rs232 is one and a modem is the same. I could read the manual and remind myself which one it is but you can read the manual too. Therefore you need a null modem to communicate due to the fact that the send and receive signals are on the same pins on both sides and the handshaking pins are as well.
If you're curious about what a null modem is exactly you could always Google it
On a PC the serial Port is the other model and a modem plugs in with a straight through cable because the pins are not the same..
Greg
Sent from my LM-V600 using Tapatalk -
I sell them in my store.. arcadeshopper.com
However the ti rs232 port is not a standard rs232.
You should pull up the rs232 manual and the wifi modem manual and create your own cable. I sell a rs232 breakout box that can be configured to do this and use your existing cable.
Greg
https://arcadeshopper.com/wp#!/RS232-Jumper-Box-configured-for-MODEM/p/172104040
Sent from my LM-V600 using Tapatalk
-
Yes you need a null modem and you're going to find that te2 only does seven bits which most Wi-Fi modems don't support the only one that I found that does is the guru modem
Sent from my LM-V600 using Tapatalk -
Reload just verifies the settings take
Did you press ®elaod, after setting a drive mapping path??? That is required to save changes ...I believe.
Write is what you need to do to write the changes to pi.config
If it's easier open pi.config in your editor of choice and then make the changes there and save it
Sent from my LM-V600 using Tapatalk
-
1
-
1
-
-
I'm even more useless in gpl

Sent from my LM-V600 using Tapatalk-
1
-
1
-
-
fyi Rich here's those instructions for backing up your sdcard: https://howchoo.com/g/nmexndnlmdb/how-to-back-up-a-raspberry-pi-on-windows
-
1
-
-
Ok I got on his machine and he is able to use DSK1 maps now.. So the program loads fine from DSK1. but in the program it is trying to load pages from a file in that folder and is erroring. We looked at the log file and his routine in RXB to load pages into SAMS isn't even hitting the TIPI .. it's erroring without any log entries in the TIPI side.. Rich is going to post the assembly in another message if anyone can help there, I'm pretty useless in assembly
Greg
-
2
-
-
29 minutes ago, RXB said:Not attacking TIPI just saying what is happening.
I go to CALL TIPI put in any path into DSK1 or DSK2 or DSK3 or DSK4 and that path only responds to TIPI. or DSK0. and ignores the path.
When I do a CALL TIPI again the path I put in is not . (period)
If I know squat about doing a LOG I would post it. Pretend I am not a expert on TIPI but as a new user of one.
You need to re-read your messages above then.
https://github.com/jedimatt42/tipi/wiki/Troubleshooting describes how to check the log files
You need to post photos of your "crashes" if you want help.
You need to post logs of the activities that caused these "crashes" in the tipi.log you can cut and paste from the interface or ssh if that's what you are using.
Post a photo of the directories in the web interface that you are trying to map to DSK1 You don't need a trailing period in the mapping. You can see in my photo the TIPI.FC folder is mapped with just FC in DSK1 map. If the folder was TIPI.GAMES.EA5 then it would GAMES.EA5 in the map
Greg
-
Here is mine working as expected in dm2k tipicfg and rxb2015
The issue is entirely on your side. Stop attacking tipi and Matt's work for your issue.
Idk what's really going on because you continually post non-information and no logs no screen captures no actual facts about how things are configured on your end.
Sent from my LM-V600 using Tapatalk






-
1
-
-
No DM2K also crashes.
Photos of the crash and log cut and paste please
Sent from my LM-V600 using Tapatalk
-
Does the DSK1. work in dm2k?Hmmm RXB will catalog and do fine with CALL CAT("DSK0.") and does crash a few times but does work with CALL CAT("TIPI") ! NO PERIOD
That does not explain why setting path never works?
Instead TIPI returns on screen in RXB using CALL CAT("DSK1.") * IO ERROR 1635 *
OLD "DSK1.LOAD" and RUN "DSK1.LOAD" also return * IO ERROR 1635 *
Will try re image the SD card next.
TIPI. does
Sent from my LM-V600 using Tapatalk
-
Old HDX1.LOADTitle says it all. As you can tell I am rather new with this.
Basically I have some XB games that only seem to work when running as autoload on floppy DSK1.
I would love to be able to run these from my tifiles directory on HDX1 and avoid transferring to floppy.
thanks
LIST
CHANGE DSK1 TO HDX1 anywhere
Sent from my LM-V600 using Tapatalk
-
3
-
-
Isn't this how every os works?
Sent from my LM-V600 using Tapatalk -
https://github.com/jedimatt42/tipi/wiki/PI.CONFIGI have tried over and over to map ALIAS for DSK1. or DSK2. with every time crashing.
MAP: TIPI.RXB2020.RXB-SAMS.
Does not work just uses physical disk 1 or 2 each time.
Sent from my LM-V600 using Tapatalk
-
2
-
-
https://github.com/jedimatt42/tipi/wiki/Devices
Devices
Drive device names:
TIPI. - Primary device name for all file access
DSK0. - Alias for "TIPI."
DSK1. - Mappable alias for any directory under "TIPI."
DSK2. - " "
DSK3. - " "
DSK4. - " "
DSK. - Volume name search device
Manage DSK1-4 mappings in PI.CONFIG or with TIPICFG program.
Web device names:
URI1. - Can be mapped to a URL prefix, as alias for PI.HTTP
URI2. - " "
URI3. - " "
Manage these mappings in PI.CONFIG or with TIPICFG program.
Other Devices:
PI. - Device prefix for special file access
This device supports an extensible set of special file handlers. Currently we have the following:
PI.PIO - print to PDF
PI.CLOCK - fetches a timestamp whenever a record is read
PI.TCP - read/write access to sockets
PI.HTTP / PI.http - read access to web hosted files
PI.CONFIG - read/write access to TIPI's configuration map
PI.STATUS - read access to TIPI status values
PI.VARS - read/write distributed variables hosted by myti99.com
PI.SHUTDOWN - write a record, shutdown your PI
PI.REBOOT - write a record, reboot your PI
PI.UPGRADE - write a record, triggers update of TIPI PI software
Sent from my LM-V600 using Tapatalk-
2
-
1
-
-
Try DSK0
And maybe rtfm
Sent from my LM-V600 using Tapatalk
-
1
-
3
-
-
Pm sent
Sent from my LM-V600 using Tapatalk-
1
-
-
Are you running the latest classic 99?
Sent from my LM-V600 using Tapatalk -
If you want a Sams get a SamsHow about the other way around? Use the HRD4000B as a ramdisk and SAMS replacement.
Have to go through the development manual again, but if I recall correctly there’s enough RAM on the HRD4000B that you can get away with it. Obviously you have to do your own paging, so your software have to support it.
Sent from my LM-V600 using Tapatalk
-
3
-
1
-
-
The question was will it access. The answer is yes of course it will. It's a modern os on a modern computer.
Sent from my LM-V600 using Tapatalk-
1
-
-
If you want a ram disk get a horizon .. it's designed to be one. Sams is not
Sent from my LM-V600 using Tapatalk-
5
-
-
So wouldn't resetting the Geneve also call the routine? And if not you're missing something in your power up to support TIPI
Sent from my LM-V600 using Tapatalk -
Pm sent
Sent from my LM-V600 using Tapatalk -
Btw
https://arcadeshopper.com/wp#!/Escape-from-North-Korea/p/293284289
Sent from my LM-V600 using Tapatalk-
1
-
1
-

TI99 PC V 2.0.4 - wanted a copy of utility
in TI-99/4A Computers
Posted
Isn't this on http://ftp.whtech.com under pc utilities?
Sent from my LM-V600 using Tapatalk