English
Language : 

PAK-VA Datasheet, PDF (9/12 Pages) List of Unclassifed Manufacturers – 310 Ivy Glen Court
To Host
5V
1
RX
18
RXINV
2
B9600
17
ENABLE
3
Vss
16
RES2
4
RESET
15
RES1
5
Vss
14
Vdd
6
P0
7
P1
PAK-V
13
P7
12
P6
8
P2
11
P5
9
P3
10
P4
RES
33K
As shown: 9600 baud inverted, always enabled
problems using the SEROUT command to send
codes to the PAK. Many Basic Stamp-compatible
compilers have these commands too.
Sample Basic Stamp II Code
With the circuit above, connect the RX pin to pin 0
of a Basic Stamp II and an LED (with a 220 ohm
resistor in series between P3 and ground).
Then you can use the following code to make the
LED grow brighter and brighter:
serout 0,84,[$85]
top:
for B1=0 to 255
serout 0,84,[$27,B1]