Skip to content
Snippets Groups Projects
Commit 828cdc48 authored by Mark Tearle's avatar Mark Tearle
Browse files

Updates to documentation

parent 83f2db7f
No related merge requests found
From fryers@ucc.gu.uwa.edu.au Fri Sep 14 20:28:08 2001
Date: Sat, 8 Sep 2001 12:22:39 +0800
From: Simon Fryer <fryers@ucc.gu.uwa.edu.au>
To: Mark Tearle <mtearle@ucc.gu.uwa.edu.au>
Subject: [Vending Machine Memory Map]
----- Forwarded message from Simon Fryer <fryers@ucc.gu.uwa.edu.au> -----
Date: Sat, 8 Sep 2001 12:22:39 +0800
Evening
......@@ -53,12 +50,52 @@ Also, to get a HC11 assembler and a working EPROM writer.
See Ya
Simon
--
------------------------------------------------------------------------
"Well, an engineer is not concerned with the truth; that is left to
philosophers and theologians: the prime concern of an engineer is
the utility of the final product."
Lectures on the Electrical Properties of Materials, L.Solymar, D.Walsh
----- End forwarded message -----
----- End forwarded message -----
From vend.asm:
;0006 slot number
;Rows are numbered 1-9, skipping 5. There is no row 5.
;2800 home sensors
; 7 row 9
; 6 row 8
; 5 row 7
; 4 row 6
; 3 row 4
; 2 row 3
; 1 row 2
; 0 row 1
;Motor driver data is sent cols 7, 6, 5, 4, 3, 2, 1, 0 rows 9, 8, 7, 6,
4, 3, 2
;1. Cols 8 and 9 are separate outputs (they ran out of driver chip
outputs).
;Motor driver column output enable is PA6
;Motor driver serial clock is PA5
;It looks like motor overcurrent sense is on PE1 (PE1 will be low if a
motor
;is drawing too much current)
;3000 misc outputs
; 7 motor driver serial data
; 6 col 9 motor driver
; 5 col 8 motor driver
; 4 display connector
; 3 display connector
; 2 not used
; 1 note acceptor connector
; 0 note acceptor connector
;3800 changer outputs
; 7 /ACCEPT
; 6 /SEND
; 5 RESET
; 4 /$.05
; 3 /$.10
; 2 /$.25
; 1 /$1.00
; 0 motor driver row output enable
;PA5 selects between RS232 and current loop serial interface?
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment