Jump to content

arcadeshopper

+AtariAge Subscriber
  • Content Count

    6,812
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by arcadeshopper


  1. 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


  2.   
    Did you press ®elaod, after setting a drive mapping path??? That is required to save changes ...I believe.:ponder:
    Reload just verifies the settings take
    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

    • Like 1
    • Thanks 1

  3. 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 

    • Like 2

  4. 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

     

     

     


  5. 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

     

     

     

     

     

    bcd79610632d299c1274916af7b7d796.jpgc828d2a546ea8da8db8b577f5fa1ae90.jpgca54385aaaf94fd99a57c815cf6e2274.jpgf12bfaa5cd354c17c016faa9e7ff18eb.jpgc4d6539e2430c1e27b9cdcb9f43e31b7.jpg348279571c495b83d51db78f576966aa.jpg

    • Like 1

  6. 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.
    Does the DSK1. work in dm2k?

    TIPI. does

    Sent from my LM-V600 using Tapatalk


  7. Title 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
    Old HDX1.LOAD

    LIST

    CHANGE DSK1 TO HDX1 anywhere

    Sent from my LM-V600 using Tapatalk

    • Like 3

  8. 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

    • Like 2
    • Thanks 1

  9. How 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. 
     
     
     
     
    If you want a Sams get a Sams :)

    Sent from my LM-V600 using Tapatalk

    • Like 3
    • Haha 1
×
×
  • Create New...