Closed GoogleCodeExporter closed 8 years ago
I corrected the error on 202. Could you please check the latest nightly in SVN
(rev
221+) to see if it fixes your problem?
Original comment by ianles...@gmail.com
on 25 Aug 2009 at 4:15
I loaded rev 221 and it fixed the problem:
0x02 DEVICE(S)
#0x02 : 0xC9 0x0A 0x20 0xA0
#0x02 : 0xC9 0x02 0x82 0x80
On each line, it prints the total number of devices instead of each device's
number.
In the loop that prints the devices, I think the "bpWrite(i);" should be a
"bpWrite(c);" (or maybe c+1).
Original comment by matt.sam...@gmail.com
on 25 Aug 2009 at 11:39
Thank you for the excellent and detailed bug reports. I updated the display to
start
at 1. I also made a few minor changes to the user interface text. Update is in
the
SVN nightlies for v2go.
The JTAG library is a bit neglected at the moment. I had to borrow a JTAG board
to
develop it. It is the only bitbang library not integrated with the new central
bitbang functions. Its text is not included in the translation files. I'll give
it a
through update if I ever have access to JTAG hardware.
Original comment by ianles...@gmail.com
on 26 Aug 2009 at 10:09
Original comment by ianles...@gmail.com
on 7 Sep 2009 at 6:08
Original issue reported on code.google.com by
matt.sam...@gmail.com
on 25 Aug 2009 at 3:44