File: uisp-parport-connect.txt

package info (click to toggle)
tinyos-tools 1.4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 3,164 kB
  • ctags: 1,629
  • sloc: cpp: 10,398; sh: 1,229; python: 1,200; ansic: 562; makefile: 305; xml: 24
file content (21 lines) | stat: -rw-r--r-- 743 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21


          Connect AVR with parallel port
        AVR                       Parallel Port
   Signal name   Pin             Pin  Signal name
   GND           20 ------------ 19   GND
   GND           20 ------------ 21   GND
   SCK            8 ------------  1   Strobe
   MOSI           6 ------------  2   Data 0
   MISO           7 ------------ 11   Busy
   Reset          9 ------------ 16   Init

This scheme works with all parallel port modes (EPP,ECP, classic).

Copyright (C) 1998 by Alexey Lapshin and Sergey Larin.

This scheme can be modifyed as described in send_byte.s

Note: The ATmega128 (maybe other megas too) uses PDI and PDO for spi
programming instead of MISO and MOSI. You will need to modify the
connections accordingly.