[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference 7.286::atarist

Title:Atari ST, TT, & Falcon
Notice:Please read note 1.0 and its replies before posting!
Moderator:FUNYET::ANDERSON
Created:Mon Apr 04 1988
Last Modified:Tue May 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1433
Total number of notes:10312

975.0. "Vax--->ST" by CECV01::J_GRAMOLINI () Mon Oct 01 1990 18:59

    I know that this is a mundane question.  I'll only risk revealing
    my ignorance once by asking it:
    
    Many references to downloading pd software are made, and many good
    tutorials are offered.  However, I have yet to glean the following:
    
    Are there people with AtariSTs interfaced directly to the VMS system
    on site?  Or is all this downloading occuring over the telephone
    via Uniterm or some other such programand a modem?  If so, how do you
    contact the net over the telephone ( tel #)?
    
    Is there anyone with a ST hooked up to the Vax?
    
    Thanks for your patience.
    
    
T.RTitleUserPersonal
Name
DateLines
975.1PRNSYS::LOMICKAJJeffrey A. LomickaMon Oct 01 1990 20:5426
I frequently use Whack at 19,200 baud both through DECserver and
directly connected to a DZV terminal line.  I also have used
Uniterm/KERMIT this way.  It's easier than using a modem.  You follow
the same instructions, but skip the part about dialing the modem, etc. 
You use any standard DEC null modem cable, such as you would use for
connecting a VT220 or other terminal.  The one on my desk is a
BC22D-10.

To be really simplistic:

- Make sure EMULATOR.ACC and CONTROL.ACC are loaded on the ST.  They
came with mine - I think they all have it.

- Connect to the system with a null modem cable as you would any random
terminal.

- Call down the VT52 emulator desk accessory.

- Set baud rate for 9600

- Go back to the emulator and log in as you would a VT52.

If you can get that far, you should be able to extrapolate for running
Whack or Uniterm, and even for using KERMIT and STRANSF, by following
the same instructions the modem users follow.

975.2File transfer using a 3�" floppyBYENG0::HENGEHerbert Enge - @UFC - DTN 773-3107Tue Oct 02 1990 10:0625
For file transfer I prefer a method which is easy and fast: 
use a 3�" floppy in MS-DOS format.

Using PCDISK on the VAX and normal TOS on the ST you can
directly read/write/delete files to/from the floppy. 
PCDISK is part of the PCSA software.

There is one prerequisite: the floppy has to be formatted on 
a REAL MS-DOS PC. TOS formatting is not recognised by 
PCDISK.

Example of command sequence on a VAXstation 3100:

$ run sys$system:pcdisk
PCDISK V1.0
PCDISK> use a: byengu$dua2:
A:\>import note.txt          <- transfers note.txt from VAX to floppy
A:\>export mail.txt          <- transfers mail.txt from floppy to VAX
A:\>exit
$

                                  


    
975.3I hope this is enough...RUTILE::BISHOPTue Oct 02 1990 10:2460
    If you have access to a 3100 then i found this to be the easiest way:

            1)  Format a floppy on the atari for 720k (double sided - normal 
                format. No special TWISTER format etc.)

            2)  Using a public domain program called IBMFMT, format
    		the same disk on the atari. Thus you have formatted the
    		one disk twice.
    
    Now you have a disk that has been formatted for the ST and IBM/3100 etc.
    
    Now from the Vax end :

            3)  copy pcdisk.exe disk:[directory]*
    
    If you want the pcdisk.exe then i'll copy you one. Also set up these 
    logicals, i have them in a file called PCDISK.COM, but it is only 
    these 3 lines :

            4)  $define sys$share disk:[directory],sys$library
                $define sys$help disk:[directory],sys$sysroot:[syshlp]
                $pcdisk == "$disk:[directory]pcdisk"

    Now from VMS invoke the PCDISK utitlity.

            5)  $pcdisk
            
    At the pcdisk prompt type the following :

            6)  PCDISK> use b: madala$dua2: /write

    Replace madala$dua2: for your VMS device name for the floppy. Note 
    the prompt has now changed. Now import the file onto the floppy disk.

            7)   B:\> import [directory]filename.txt b:
    
    Exit.

            8)  B:\> exit

    Just to be sure, go back into PCDISK and check the contents of the floppy :

            9)  $pcdisk
                PCDISK> use b: madala$dua2: /write
                B:\> dir b:
                       .
                       .
                       .
                B:\> exit

    I think that if you check the contents of the floppy inbetween steps 7 
    and 8 then it remembers what you have put there, instead of actually 
    doing a directory of the floppy.

    Now all you need do is take the floppy home, and read it from your ST!
    
    Cheers,

                               Lewis.
                     
975.4Isn't this a TOS dependancy?UPWARD::SANDERSBResist much, Obey littleTue Oct 02 1990 13:533
        Is this double formating or formating on a MS-DOS machine always
        required?  I understand that TOS V1.4 fixed this problem.
975.5Problem with PCDISKHAN01::SCHOLZThey called him &#039;The Brain&#039;Wed Oct 10 1990 05:2621
    re .3
    
    Lewis,
    
    I did everything exactly how you described in your reply.
    the result is the following:
    
    When I do the IMPORT (even with the /LOG qualifier) PCDISK says
    
    %PCDISK-I-IPD, file.dat imported to A:\file.dat
    
    and a DIR command verifies that message. The file is shown in the
    directory of the floppy. But when you EXIT from PCDISK and start
    it again and USE the same floppy again it is completely empty.
    
    During this procedure it is strange that the USE command takes a little
    time, but the IMPORT command return immediate with the prompt and the
    message.                                                       
    
    Any Ideas
    Joachim
975.6Have a look in 730.*EVTAI1::LEGERVous avez dit GRAPHIQUE ?Wed Oct 10 1990 05:565
    
    Have a look in notes 730.* ,730.30 and following.
    Perhaps part of your pb.
    					Jean-claude.
    
975.7Finally able to transfer files !MGOI02::CSCHMIDTScio, Me Nil ScireTue Nov 06 1990 02:5217
    Thanks to all the replies in this topic, I am finally able to use some
    of the good stuff that's been piled up on the net.
    For more than a year now, I was trying different ways of transferring 
    files from/to the Vaxstation at work, since I don't have an online
    connection to the office. (IS won't allow it for security 8^( ).
    I had even considered buying a 5�" external floppy drive, transferring
    the files to some of the PRO350's here and then fiddling with them at
    home to get them onto my disk.
    
    There's no need for that anymore !!
    
    I'm just wondering why that never came up in the earlier topics of the
    conference.
    
    Thanks for the hints, folks.
    
    Christoph
975.8thanks in advanceGIDDAY::KNIGHTPThere&#039;s room for you insideFri Aug 19 1994 00:245
    Hi
    	I am trying to get a copy of pcdisk but oldtmr don't exist anymore
    can somebody help me ?
    
    P.K.
975.9PCdisk is on msbcs::MSBCS::WALLACE_RFri Aug 19 1994 13:565
msbcs::disk_wallace_r:[wallace_r.public]pcdisk*.*

There a two .exe files and a .hlb (help library) file.

	Ray
975.10PATHWORKS also has themEDDF10::ECKELNo sports.Mon Aug 22 1994 11:536
    The files are also supplied by pathworks, you can extract them from the
    distribution save sets. They work without a license. 
    
    Regards, 
    
      Peter.
975.11GIDDAY::KNIGHTPThere&#039;s room for you insideMon Aug 22 1994 20:216
    re last two
    
    Thank you Itried it and it worked great...Look out internet here I
    come. 8^).
    
    p.k.