File: M485.TXT Date: 2/29/2000 The following is a list of the files available for downloading. They include BASIC and assembly language examples. All the programs from the Micro-485 User's Manual are included as text files in the file MICRO485.ZIP. File Name Size Date Description ------------ ----- -------- 93C46B.A51 5290 02/29/2000 This is an updated assembly language driver for accessing the serial EEPROM. It includes changes required for writing to the 93C46B. It is also compatible with the original 93C46 device. BANK1LOG.A51 4290 11/30/1993 This is an assembly language subroutine that demonstrates how to log data to the Micro-485's RAM Bank1 while executing a BASIC program out of RAM Bank0. IMPORTANT NOTE: Since the assembly language program will be executed out of RAM, the program MUST BE loaded in BOTH banks of RAM in order to properly execute. BANK1ROM.A51 4436 11/30/1993 This is a slightly modified version of the Bank1Log.A51 program that demonstrates how to log data to the Micro-485's RAM Bank1 while executing a BASIC program out of RAM Bank0. The hex file from this program must be located in EPROM at address 4100H, which requires that the system PLD be reprogrammed. However, this change would allow all of Bank1 to be used for data storage. LCD_KEY4.A51 16701 07/14/1995 This file was modified to add commands to move the cursor to lines 3 & 4 of a 4 line LCD module. Otherwise, it is the same as the standard LCD_Key.A51 sample program. The source file has the Hex files for the complete driver and for the LCD only (No Keypad) versions appended to the end of the source file. MICRO485.ZIP 19387 02/29/2000 All of the programs and examples printed in the Micro-485 User's Manual are included in this ZIP file.