[C.CC USERS] users Digest, Vol 14, Issue 5
Paul Verbeke
paverbeke at gmail.com
Thu Mar 3 23:25:26 GMT 2011
Hi,
Everything seems to be working now. Last night I re-downloaded the firmware
and it seems that fixed the problem. Not sure why it did not work the first
time, and I am fairly certain I had the right platform selected also. Thanks
for all the support, now I can do some experimenting...
Matt had mentioned something about debugging on Occam PI, I had a look at
the paper that was on the site and I understand it to a point. Has any of
this been implemented in the current VM, and if so is there a way to try it?
Thanks,
Paul
On Thu, Mar 3, 2011 at 8:00 AM, <users-request at concurrency.cc> wrote:
> Send users mailing list submissions to
> users at concurrency.cc
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://www.concurrency.cc/mailman/listinfo/users
> or, via email, send a message with subject or body 'help' to
> users-request at concurrency.cc
>
> You can reach the person managing the list at
> users-owner at concurrency.cc
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of users digest..."
>
>
> Today's Topics:
>
> 1. Re: users Digest, Vol 14, Issue 1 (Christian Jacobsen)
> 2. Re: users Digest, Vol 14, Issue 1 (Dave Gilmore)
> 3. Re: users Digest, Vol 14, Issue 1 (Matt Jadud)
> 4. Re: users Digest, Vol 14, Issue 1 (cljacobsen at gmail.com)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 3 Mar 2011 09:16:44 +0100
> From: Christian Jacobsen <cljacobsen at gmail.com>
> Subject: Re: [C.CC USERS] users Digest, Vol 14, Issue 1
> To: Matt Jadud <matt at jadud.com>
> Cc: Paul Verbeke <paverbeke at gmail.com>, "C.CC USERS"
> <users at concurrency.cc>
> Message-ID: <3E0DE2DD-E76D-4834-963C-0F97627F2233 at gmail.com>
> Content-Type: text/plain; charset="us-ascii"
>
>
>
> On 3 Mar 2011, at 01:40, Matt Jadud <matt at jadud.com> wrote:
>
> > (Does anyone else have XP SP3 and are you able to
> > reproduce these problems?)
>
> I do all my building of packages on an xp virtual machine and consequently
> also most of my testing on the same xp vm. Will go and test once in the
> office.
>
> Paul, I just want to make sure you have got the firmware uploaded
> correctly. Could you upload a program that does *not* blink the led from the
> standard arduino programming environment, then upload the firmware, and then
> an occam blink program, and perhaps then a different occam blink program.
> And let us know what happens.
>
> Cheers,
> Christian
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://www.concurrency.cc/pipermail/users/attachments/20110303/398ee0ec/attachment.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Thu, 3 Mar 2011 08:54:52 +0000
> From: Dave Gilmore <gilmorenator at gmail.com>
> Subject: Re: [C.CC USERS] users Digest, Vol 14, Issue 1
> To: Christian Jacobsen <cljacobsen at gmail.com>
> Cc: "C.CC USERS" <users at concurrency.cc>, Paul Verbeke
> <paverbeke at gmail.com>, Matt Jadud <matt at jadud.com>
> Message-ID:
> <AANLkTikK2DuHbWUgoTVG8v_u=7=+GaNNmNPiEfadE4-B at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> > On 3 Mar 2011, at 01:40, Matt Jadud <matt at jadud.com> wrote:
> >
> > (Does anyone else have XP SP3 and are you able to
> > reproduce these problems?)
>
> Matt,
>
> To answer your question in short - no,
>
> I've just installed the latest release from the website on XP SP3,
>
> Uploaded the firmware
>
> Performed Blinkenlight - all ok
>
> Then did the Speedy Blinkenlight using blink(13, 100) just like Paul -
> worked without error.
>
> This was done on the Arduino Duemilanove,
>
> I know its probably of no help as it doesn't solve the problem - Like
> Matt I've not experienced any of the community issues,
>
> Thanks,
>
> Dave
>
>
>
> ------------------------------
>
> Message: 3
> Date: Thu, 3 Mar 2011 05:26:42 -0500
> From: Matt Jadud <matt at jadud.com>
> Subject: Re: [C.CC USERS] users Digest, Vol 14, Issue 1
> To: Dave Gilmore <gilmorenator at gmail.com>
> Cc: "C.CC USERS" <users at concurrency.cc>, Paul Verbeke
> <paverbeke at gmail.com>
> Message-ID:
> <AANLkTinaq4Uzg_V1y2_J49y=OzJQiOyGoi4=Ay1ecR_O at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> 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
>
>
>
> ------------------------------
>
> Message: 4
> Date: Thu, 3 Mar 2011 11:52:23 +0100
> From: "cljacobsen at gmail.com" <cljacobsen at gmail.com>
> Subject: Re: [C.CC USERS] users Digest, Vol 14, Issue 1
> To: Dave Gilmore <gilmorenator at gmail.com>
> Cc: "C.CC USERS" <users at concurrency.cc>, Paul Verbeke
> <paverbeke at gmail.com>, Matt Jadud <matt at jadud.com>
> Message-ID:
> <AANLkTineGaej7WM_+3hxKHgP4xkUysUA6Fx3zbmaoudg at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> On 3 March 2011 09:54, Dave Gilmore <gilmorenator at gmail.com> wrote:
> >> On 3 Mar 2011, at 01:40, Matt Jadud <matt at jadud.com> wrote:
> >>
> >> (Does anyone else have XP SP3 and are you able to
> >> reproduce these problems?)
> >
> > To answer your question in short - no,
> >
>
> I have just tested on my XP SP3 box on which I build Windows
> distributions and changing the arguments to blink, compiling, and
> uploading definitely changes the behaviour of the Arduino as expected.
> I am using "Windows 20110201.1855 (dev)" (current version available
> from concurrency.cc) and an Arduino Duemilanove with an ATMega 328.
>
> Cheers,
> Christian
>
>
>
> ------------------------------
>
> _______________________________________________
> users mailing list
> users at concurrency.cc
> http://www.concurrency.cc/mailman/listinfo/users
>
>
> End of users Digest, Vol 14, Issue 5
> ************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.concurrency.cc/pipermail/users/attachments/20110303/f62164e8/attachment.htm>
More information about the users
mailing list