The Tcl Application fails to run tho. My MacBook Opens it with wish by
default is that right?
> I'm having trouble accessing the Files section of the group, so I've
> attached a version of CCC modified as described below. You may have
> to change the serail port (/dev/cu.usbmodem001) depending on which
> USB port you plug your dongle into. The easiest thing would be to
> try them all and see if one of them works.
> I would say that if you're just learning C, programming the watch
> is possible but will be pretty challenging and require persistence.
> This is mainly because, at least as far as I know, there's no tutorial
> like documentation outlining the watch firmware source code. Depending
> on what you want to do, you'd have to look at other examples to figure
> out how to do it.
> With that said, it's a lot easier writing code on your computer that
> talks to the default firmware on the watch:
> http://processors.wiki.ti.com/index.php/EZ430-Chronos#PC.2FChronos_Co...
> I don't think there are C examples yet, but there may be some on the web,
> or I might have time to put some together for you.
> -ojas
> CCC-OSX-1_2.zip
> 60KViewDownload
> On Mar 30, 2011, at 5:34 AM, SuperNova wrote:
> > Hello
> > i looked around the web and i really like the Chronos watch. The only
> > problem is the Mac compatibility problem. But now that the Control
> > Centre is Linux compatible it was a matter of time till somebody got
> > it working on Mac OS. I guess this person is you!
> > Honestly im a noob, that said would you be able to give me the Chronos
> > Control Centre that would work under Mac OS?
> > And would you mind telling me if the Chronos watch is easy to program?
> > Im currently learning C at school.
> > Thanks a lot
> > On Mar 8, 11:56 pm, OP <ojas.par...@gmail.com> wrote:
> >> This is not surprising since it's just a tcl/tk application, but it
> >> did take a bit of work to get it running:
> >> 1. I used a linux virtual machine to extract the application from the
> >> linux version of the Chronos software bundle
> >> 2. The "eZ430-Chronos CC 1_2.tcl" file needs to be modified to use the
> >> correct serial port:
> >> # Set COM port where RF access point is mounted
> >> #set com "/dev/ttyACM0"
> >> set com "/dev/cu.usbmodem001"
> >> Note that it took some debugging to realize that tcl needs /dev/
> >> cu.usbmodem001 to be used rather than /dev/tty.usbmodem001. The name
> >> of the device (i.e.. usbmodem001 above) on your system may vary, even
> >> from USB port to USB port.
> >> -ojas
> > --
> > You received this message because you are subscribed to the Google Groups "TI Chronos Development" group.
> > To post to this group, send email to ti-chronos-development-@googlegroups.com.
> > To unsubscribe from this group, send email to ti-chronos-development-+unsubscribe@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/ti-chronos-development-?hl=en.