30010 Parallax Inc, 30010 Datasheet - Page 11

BASIC STAMP LOGIC ANALYZER

30010

Manufacturer Part Number
30010
Description
BASIC STAMP LOGIC ANALYZER
Manufacturer
Parallax Inc
Datasheet

Specifications of 30010

Accessory Type
Logic Analyzer
Product
Microcontroller Accessories
Interface Type
USB
Flash
128 Bytes
Operating Supply Voltage
0.8 V
Board Size
32.15 mm x 20 mm x 17 mm
For Use With/related Products
BASIC Stamp®
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Other names
Q2119020A

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
30010117001
Manufacturer:
VISHAY
Quantity:
2 500
Part Number:
3001012
Manufacturer:
SCC
Quantity:
59
Example Javelin Stamp Code
The following Javelin Stamp code will test all BSLA signals in a ripple fashion.
// ========================================================================
// Logic_Analyzer_Check.java
//
// Updated: 07 FEB 2005
// ========================================================================
import stamp.core.*;
public class Logic_Analyzer_Check {
}
Parallax, Inc. • BASIC Stamp Logic Analyzer (#30010) • 02/2005
static int pinNum;
public static void main() {
}
System.out.println("Cycling Pins");
while (true) {
}
for (pinNum = 0; pinNum <= 15; pinNum++) {
}
CPU.writePin(CPU.pins[pinNum], true);
CPU.delay(50);
CPU.writePin(CPU.pins[pinNum], false);
// test all pins
// make pin high
// wait 5 ms
// make pin low
Page 11

Related parts for 30010