|
#1
|
|||
|
|||
Altair Replica and Stuff
The computer itself is performing flawlessly. The 2SIO, Port 1 is perfect. I hooked it up to a terminal program on a PC and can run VTL-2. That's a neat language for taking so little memory. On Port 0, though, the Teletype prints the OK message but I can't type anything. I checked my cable wiring about thirty times then hooked the Teletype up to the PC and was able to communicate with the Altair32 emulator and a terminal program OK so I know the Teletype is good. Any ideas what could be wrong? Did you have a 20mA machine there to test Port 0? If so it worked for you, right? Thanks again for your obvious care in the assembly and packing of this machine. I can't wait to get the Port 0 problem fixed and to get my ACR board from Grant.
Last edited by Grant Stockly; 07-18-2009 at 03:18 AM. |
#2
|
|||
|
|||
Quote:
Geoff. |
#3
|
|||
|
|||
Hi Guys. I did not get my teletype working, but now you have inspired me. Sorry, Tom, but I cannot help you yet but perhaps I can if I get mine working.
My problem is that I do not know if my teletype is current loop or RS-232. Do either of you know how I can figure this out? Are there pin voltage settings I could measure? I've always held off because I did not want to take any chances of frying my 2SIO port or my teletype. Would a wrong (mismatched) connection cause harm? Paul |
#4
|
|||
|
|||
Quote:
Tom Lake Last edited by TomL_12953; 07-16-2009 at 01:33 AM. |
#5
|
|||
|
|||
Quote:
Paul |
#6
|
|||
|
|||
Quote:
Tom L |
#7
|
|||
|
|||
Quote:
33 with RS232. They were all current loop. It would only be RS232 if there was a current loop to RS232 converter installed inside or outboard somewhere. Teletype model 43 is possibly RS232... but this is a much more modern "teletype" and is mostly electronic (with dot matrix printhead) rather than the nearly all mechanical model 33. Chris |
#8
|
|||
|
|||
Quote:
Tom Lake |
#9
|
|||
|
|||
What is the current status of the 2SIO? Do you still want me to mail you mine or is Geoff modifying it for 2 RS-232 serial ports?
The other undocumented chip is the MUSIC ROM. Just examine and run at the address of the ROM. It will load the listing byte for byte (from the newsletter) into memory starting at 0000 and begin playing. I will send the VTL-2 manual to Geoff and Tom. Here are instructions for the advanced monitor: ; ; Hardware Debug Monitor for 8080/8085/Z80 processor family ; ; This simple monitor requires NO RAM of any sort. You can use it to ; poke around the system as long as the CPU, a ROM and the UART are ; working. (Hint: if the UART is not working, you can use the polling ; by HDM80 to track down its accessing and debug it). ; ; This monitor provides basic read/modify memory, as well as ; Loop Read/Write functions (useful when hardware debugging). ; ; Commands (must be UPPER-CASE): ; Mxxxx - Display memory at specified address ; Displays one line, enter SPACE for another, RETURN to stop ; Exxxx - Edit memory at specified address ; Prompts with location, enter two digit HEX value, then ; SPACE to proceed to next or RETURN to stop ; Gxxxx - Go (Begin Execution) at specified address ; Rxxxx - Perform Loop-Read at specified address (RESET to stop) ; Wxxxx dd - Perform Loop-Write dd -> specified address (RESET to stop) ; ; Build with DDS XASM tools: ; MACRO HDM80.MAC >HDM80.ASM ; ASM85 HDM80 -t ; ; Dave Dunfield - Aug 4, 2007 ; Grant Stockly - Nov 22, 2007 - Modified for 2SIO at 0,1 ; GETC modified ; PUTC modified ; HINT modified ; ; cStat EQU $10 (020) 2SIO Status Register cData EQU $11 (021) 2SIO Data Register |
#10
|
|||
|
|||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Simple questions on the replica kit | herby1620 | Altair 680 | 4 | 08-10-2007 10:51 PM |