Hi,
I thought I had a uno with blown pin 3 (REN), as it is always ~0v (active), but with another sketch (blink sketch, modified to use that pin) it cycles.
I tried another uno and a duemilanove (which also uses the atmega328p) - on both, the pin works with a test sketch but doesn't seem to work with the AR488 sketch uploaded.
None of the following change the state of that pin:
++xdiag 1 32 (assert REN)
++xdiag 1 255 (assert all)
++xdiag 1 0 (assert none)
The latter two do change the state of other pins.
++mode reports 1, so it should be in controller mode.
Is it to be expected that the pin is not driven high? The documentation of xdiag makes it sound like it should change state, same as other pins...
I'm using rev ae02a63 (Mar 18), which looks to still be HEAD.
Hi,
I thought I had a uno with blown pin 3 (REN), as it is always ~0v (active), but with another sketch (blink sketch, modified to use that pin) it cycles.
I tried another uno and a duemilanove (which also uses the atmega328p) - on both, the pin works with a test sketch but doesn't seem to work with the AR488 sketch uploaded.
None of the following change the state of that pin:
++xdiag 1 32(assert REN)++xdiag 1 255(assert all)++xdiag 1 0(assert none)The latter two do change the state of other pins.
++modereports 1, so it should be in controller mode.Is it to be expected that the pin is not driven high? The documentation of
xdiagmakes it sound like it should change state, same as other pins...I'm using rev ae02a63 (Mar 18), which looks to still be HEAD.