Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
boards:k8048 [2014/12/13 11:58]
darron
boards:k8048 [2015/03/22 21:55] (current)
Line 1: Line 1:
 ==== Velleman K8048 ==== ==== Velleman K8048 ====
 +<wrap right>
 +{{:boards:16f88.jpg?200}}
 +</wrap>
  
-== Socket Cross Reference ==+The Velleman K8048 is long-standing board that incorporates a serial port programmer and experimenter's I/O section of LEDs and switches. 
 + 
 +Although the interface connects to the serial port, it doesn't utilise 
 +the RS-232 serial protocol and instead programming is performed using bit-banging. 
 + 
 + 
 +=== Serial Interface === 
 + 
 +The bit-bang programmer has the following serial interface 
 +characteristics (D-SUB-9). 
 + 
 +<code> 
 + D-SUB-9 
 + ------- 
 + 1 2 3 4 5 
 +  6 7 8 9 
 + 
 + 1:CD          ICSP 
 + 2:Rx          ---- 
 + 3:Tx      =>  1 !MCLR / VPP 
 + 4:DTR     =>  4 PGD 
 + 5:GND           GND 
 + 6:DSR 
 + 7:RTS     =>  5 PGC 
 + 8:CTS     < 4 PGD 
 + 9:RI 
 +</code> 
 + 
 +Data output bits are sent through the DTR line and clocked on the falling 
 +edge of RTS. 
 + 
 +The Tx line is utilised to enable the application of the high programming 
 +voltage on !MCLR/VPP and not for sending data bits. 
 + 
 +Data input bits are read from the CTS line using the same clock as for 
 +output with the data output line taken high for correct circuit operation. 
 + 
 + 
 +=== Socket Cross Reference ===
  
 <code> <code>
Line 43: Line 84:
 </code> </code>
  
-== ICSP ==+=== ICSP ===
  
 <code> <code>
- SK3 is an ICSP port, the pins are arranged as follows: + SK3
- +
- ICSP+
  ---------  ---------
  5 4 3 2 1  5 4 3 2 1
Line 57: Line 96:
  4:PGD  4:PGD
  5:PGC  5:PGC
-</code> 
  
-<code> + Voltage levels (No chip installed, no D-SUB-9 connection) 
- ICSP voltage levels (No chip installed, no D-SUB-9 connection) + ---------------------------------------------------------
- --------------------------------------------------------------+
  
  Switch set to RUN.  Switch set to RUN.
Line 87: Line 124:
  5:PGC          5V  5:PGC          5V
 </code> </code>
 +
 +=== Resources ===
 +[[http://www.velleman.eu/products/view/?id=350903|Velleman K8048]]
 +
 +