• Please review our updated Terms and Rules here

XMODEM for FLEX09 ?

johnx993

Experienced Member
Joined
Oct 26, 2008
Messages
221
Location
Texas (mostly)
Just curious if anybody ever made a version of XMODEM for FLEX or FLEX09.

I use XMODEM from a PC running as a terminal to all my S-100 machines.
I find it is a convenient way to upload/download files without having to use special software to access the disk images directly.
I'd like to do the same with the SS-50 boxes that run FLEX.

-J
 
Is there any value in using PCGET/PCPUT over XMODEM ?
I'm more inclined to a weekend project porting the 8080 XMODEM code over to a 6809.

-J
 
I did try the PCGET/PCPUT and found a few config issues for my particular system. Noted below, if anyone else encounters them.

1) the instructions to load PCGET.S19 via monitor Load, omit the fact you need to set the PC address to the FLEX warmstart prior to hitting 'G'.
^P CD03
2) the reference to upper/lower ports refers to physical location, not memory address. Each serial card has two DB-25 connectors mounted vertically.
In my case I use port 1A, meaning I have to use the 'U' parameter with PCGET/PCPUT.
It also means I had to reassemble the source after editing the serial address from $E000 to $E010 to specify port 1.

Not a real headache after it's setup properly. Unless you are constantly tinkering with your system.

-J
 
Back
Top