mirror of
https://github.com/gillham/logic_analyzer.git
synced 2026-05-07 00:01:09 +03:00
Compare commits
2 Commits
aglan_alph
...
agla_v0_10
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
69de405dd5 | ||
|
|
8c7db04e3c |
4
README
4
README
@@ -1,7 +1,7 @@
|
|||||||
SUMP compatible logic analyzer for Arduino
|
SUMP compatible logic analyzer for Arduino
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
NOTE: NOTE: v0.09 switches the channels BACK to pins 8-13 for trigger reliability.
|
NOTE: NOTE: v0.09 switched the channels BACK to pins 8-13 for trigger reliability.
|
||||||
Please report any issues. Uncomment USE_PORTD for pins 2-7.
|
Please report any issues. Uncomment USE_PORTD for pins 2-7.
|
||||||
|
|
||||||
This Arduino sketch implements a SUMP protocol compatible with the standard
|
This Arduino sketch implements a SUMP protocol compatible with the standard
|
||||||
@@ -54,5 +54,5 @@ Please try it out and report back.
|
|||||||
This master branch now supports Arduino 1.0 only.
|
This master branch now supports Arduino 1.0 only.
|
||||||
Checkout branch logic_analyzer_v0_5 for Arduino 22 support.
|
Checkout branch logic_analyzer_v0_5 for Arduino 22 support.
|
||||||
|
|
||||||
Release: v0.09 June 22, 2013.
|
Release: v0.10 July 22, 2013.
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* NOTE: v0.09 switches the channels BACK to pins 8-13 for trigger reliability.
|
* NOTE: v0.09 switched the channels BACK to pins 8-13 for trigger reliability.
|
||||||
* Please report any issues. Uncomment USE_PORTD for pins 2-7.
|
* Please report any issues. Uncomment USE_PORTD for pins 2-7.
|
||||||
*
|
*
|
||||||
* This Arduino sketch implements a SUMP protocol compatible with the standard
|
* This Arduino sketch implements a SUMP protocol compatible with the standard
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
* until after the trigger fires.
|
* until after the trigger fires.
|
||||||
* Please try it out and report back.
|
* Please try it out and report back.
|
||||||
*
|
*
|
||||||
* Release: v0.09 June 22, 2013.
|
* Release: v0.10 July 22, 2013.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -868,8 +868,8 @@ void get_metadata() {
|
|||||||
Serial.write((uint8_t)0x02);
|
Serial.write((uint8_t)0x02);
|
||||||
Serial.write('0');
|
Serial.write('0');
|
||||||
Serial.write('.');
|
Serial.write('.');
|
||||||
|
Serial.write('1');
|
||||||
Serial.write('0');
|
Serial.write('0');
|
||||||
Serial.write('9');
|
|
||||||
Serial.write((uint8_t)0x00);
|
Serial.write((uint8_t)0x00);
|
||||||
|
|
||||||
/* sample memory */
|
/* sample memory */
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ device.capturesize.bound = false
|
|||||||
device.channel.numberingschemes = DEFAULT
|
device.channel.numberingschemes = DEFAULT
|
||||||
|
|
||||||
# Is a delay after opening the port and device detection needed? (0 = no delay, >0 = delay in milliseconds)
|
# Is a delay after opening the port and device detection needed? (0 = no delay, >0 = delay in milliseconds)
|
||||||
device.open.portdelay = 1500
|
device.open.portdelay = 2000
|
||||||
# The receive timeout for the device (in milliseconds, 100 = default, <=0 = no timeout)
|
# The receive timeout for the device (in milliseconds, 100 = default, <=0 = no timeout)
|
||||||
device.receive.timeout = 100
|
device.receive.timeout = 100
|
||||||
# Does the device need a high or low DTR-line to operate correctly? (high = true, low = false)
|
# Does the device need a high or low DTR-line to operate correctly? (high = true, low = false)
|
||||||
|
|||||||
Reference in New Issue
Block a user