[comp.sys.tandy] Tandy 100 to Mac.

brugler@banjo.cis.ohio-state.edu (Dale P. Brugler) (11/18/88)

I have a laptop Tandy model 100 that I use to take many class notes on. One
thing that I'm trying to figure out how to do is to take a text file
from the model 100 and transfer it to a Macwrite document.

So far I have a cable to go from the RS232 port to the Macintosh Apple
Talk port. I have tried running Red Ryder (which is a communications
program for the Mac) in host mode and have not been successful in
transfering a file. 

* Is there anyone who would now how I can accomplish this task?

Any help would be appreciated......



-=-
Dale Brugler, CIS Dept. OSU (614) 292-0915   	|Sysems Operator for the   
brugler@tut.cis.ohio-state.edu			|Ohio State University
OSU 2036 Neil Ave. Columbus, Ohio 43210-1277	|

jmj@mhuxu.UUCP (J. M. Johnson) (11/18/88)

One possibility is that you may not have the respective com programs set for
direct connection instead of dialup.  I have been very successful in
transferring programs between my 1000 SX and PC 2 while running Procomm on
the SX.
-- 
       Life's just a game, you fly a paper plane, there is no end. - TBA

J. M. Johnson, AT&T Bell Laboratories, Reading, PA            ...!att!mhuxu!jmj

oster@dewey.soe.berkeley.edu (David Phillip Oster) (11/19/88)

I've written a couple of programs to aid this so I am qualified to talk
about m100 Mac intercommunication. The M100, or the 102 use a text file
format with no line separators and a single <return> character at the end
of a paragraph. This is exactly the format used by Mac text files. Both
machines have character sets that include common accented letters, but
they are in different places in the font. My software handles the
inter-conversion, but you can get by with out it.

1.) Physical connect: A MODEM CABLE WON'T WORK! Get an ImagewWriter I
cable. (Or, you can stick a conversion box on the end of your modem
cable.) In more techincal terms, the modem cable is expecting to talk to
an RS232 DCE device, and the model 100/102 is a DTE device. This means
that pins 2 and 3 are swapped from what they should be.

2.) Set your mac modem program to 8-data bits, no parity one stop bit,
text record, XON/XOFF (^S/^Q) control flow, 9600 baud.

3.) from the M100 text editor, say <F3>COM1:n18e (as I remember, my
software reminds me as I use it, but I don't have it with me at the
moment.)  This sends an exact image of the file, with no extraneous
carriage returns out the M100 serial port.

My software, soon to be available, show you a Mac finder desktop with
the bitmap of the M100 screen floating on it.

To download a file, you just pick it with the mouse and drag it onto
the mac's desktop.

uploading: pick and drag an icon and throw it at the m100.

Renaming a M100 file: just click and type.

Deleting: a m100 file: just drag it to the mac's trashcan.  

double click on an m100 file and it opens on the Mac in a text editor
window.  (You can change the font from the m100 font, but it is
available if you want it. (and a high resolution mode, for printing m100
graphics without jaggies on a Mac printer!))

double click on the time, (remember you are seeing an accurate copy of the
m100 screen on your mac's desktop, so there is a working clock.) and you
get a dialog asking you if you want to update the time or the date from
the Mac to the model 100 or vice versa.

I am currebtly updating it to handle the m100 floppy drive.

--- David Phillip Oster            --When you asked me to live in sin with you
Arpa: oster@dewey.soe.berkeley.edu --I didn't know you meant sloth.
Uucp: {uwvax,decvax}!ucbvax!oster%dewey.soe.berkeley.edu