[C.CC USERS] users Digest, Vol 14, Issue 1
Matt Jadud
matt at jadud.com
Thu Mar 3 10:26:42 GMT 2011
Hi Dave,
On Thu, Mar 3, 2011 at 03:54, Dave Gilmore <gilmorenator at gmail.com> wrote:
> Performed Blinkenlight - all ok
>
> Then did the Speedy Blinkenlight using blink(13, 100) just like Paul -
> worked without error.
Many thanks! Awesome.
> I know its probably of no help as it doesn't solve the problem -
Like you say, it doesn't help solve the problem directly, but it helps
narrow down the realm of possibilities. Even if it does come down to
something Paul could do differently, it absolutely highlights
something *we* can improve -- whether that is documentation or
otherwise.
Christian's last message suggested a double-check of the firmware
upload, etc. For example, trying:
1. Upload firmware. Make sure that the correct board and serial target
are chosen.
2. Upload this program:
#INCLUDE "plumbing.module"
PROC main ()
SEQ
serial.begin (TX0, 115200) -- Or, should this be 57600?
serial.write.string (TX0, "BAGELBAGELBAGEL*n")
:
(code untested, but it looks right...)
3. Upload firmware again. (Why? Why not. This shouldn't change
anything, though...)
4. Upload 'blink'. We should see different behaviors.
Curiouser and curiouser...
Cheers,
Matt
More information about the users
mailing list