[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [N8VEM-S100:108] file transfers



Roger/Andrew, I just looked at the 4D Systems web site. They have amazing stuff. In particular the µVGA-II(SGC). This seems to be a very powerful video terminal on a “chip” with memory/disk storage as well. It takes a simple serial interface. Would be very easy to enlarge this to emulate an S-100 type parallel keyboard/video terminal interface as well. It looks a lot easier than the Console IO board. I will read more.  Roger have you used it?

http://www.4dsystems.com.au/prod.php?id=131

 

John

 

 

From: n8vem...@googlegroups.com [mailto:n8vem...@googlegroups.com] On Behalf Of norwe...@aol.com
Sent: Saturday, March 05, 2011 10:50 AM
To: n8vem...@googlegroups.com
Subject: [N8VEM-S100:108] file transfers

 

Hi Guys,

Forgive me for sticking my nose into this Modem 7 discussion, but seems to me that this is the old fashioned way of doing things.  Get a uDrive from 4DSystems.  It is a postage stamp sized circuit board that accepts a micro SD card (up to 2 GB).  You write all the files, that you want to move, onto the micro SD card on your PC.  Then just pop the card into the uDrive, and read them off to your S-100 box.  All that is required is a serial port.  The uDrive has five .1" spaced pin-outs -- Tx, Rx, Gnd, 5v, and reset.  The software required to understand the FAT file system on the micro SD card is in the uDrive firmware.  You ask for a file, and it sends it to you.  Baud rates go way up (don't know what the upper limit is, but it probably exceeds your legacy serial port capabilities. *grin*).  Just configure your legacy serial port for the desired speed, and send an auto-baud command to the uDrive.  Z80 apps to read from, write to, and get a directory listing of the micro SD card are on my Web site (www.hanscom.us).  Rude and crude, but they work.

Easy ... easy ...

Roger

P.S.  I have absolutely no connection with 4DSystems -- just a contented used of their uDrive.