Search the web
Sign In
New User? Sign Up
Amulet · Amulet Easy GUI Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 339 - 402 of 1568   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
339
Is there anyway to use an InternalRAM byte as a pointer to another InternalRAM location ie Amulet:InternalRAM.byte(InternalRAM.byte(60)).method() where...
rubbaface
Offline Send Email
Jul 2, 2003
4:43 am
340
Yes, that syntax does work, but not for everything. For example, I have an array of strings that are initialized from flash with a *.ini file. On my page I...
kenklask
Offline Send Email
Jul 2, 2003
2:34 pm
341
You bring up a good point. With the current version of software, v3.0.4, InternalRAM can be used as an argument to just about any method. It can't, though, be...
Jim Weber
amulet_weber
Offline Send Email
Jul 2, 2003
4:05 pm
342
Thanks Jim, that really clears things up for me, as well. I didn't quite understand the difference in syntax between what I empirically determind is NOT...
kenklask
Offline Send Email
Jul 2, 2003
7:05 pm
343
... Yes, with the current software, version 3.0.4, that is correct. Jim Weber Lead Firmware Engineer Amulet Technologies...
Jim Weber
amulet_weber
Offline Send Email
Jul 2, 2003
7:30 pm
345
I just posted an example which uses two meta tags to do some limit checking before incrementing and decrementing an internal ram byte variable. The limit...
amulet_ed
Offline Send Email
Jul 9, 2003
4:45 pm
346
Dear all, I have a rather interesting problem begging an elegant solution. My Amulet screen is running in master mode with a C++ program acting as the slave...
EtherSec Enquiries
adamwacey
Offline Send Email
Jul 13, 2003
10:50 am
347
I am just guessing, but maybe you could use Amulet:internal.lostCommByte.value() which returns the count of consecutive communication time-outs. You could...
kenklask
Offline Send Email
Jul 14, 2003
5:25 am
348
Great Idea, just what I wanted. I have tried it in an Mata Tag and in a View Applet with a Meta Tag to do the jumping, problem is I can't get the syntax right:...
EtherSec Enquiries
adamwacey
Offline Send Email
Jul 14, 2003
5:15 pm
349
Try Amulet:InternalRAM instead of Amulet:Internal Cheers, Phil ... Idea, just what I wanted. ... ...
Philip Kloc
phil_kloc
Offline Send Email
Jul 14, 2003
5:41 pm
350
Adam, A couple of things to note. Prior to version 3.0.4, there was a bug regarding that lostCommByte() nomenclature. If you are not using version 3.0.4, I...
Jim Weber
amulet_weber
Offline Send Email
Jul 14, 2003
6:05 pm
351
Hi Adam, I think the solution already offered can work OK. However, another approach can to mind before I read that solution so I thought I'd throw it out. Use...
rdoyleusa
Offline Send Email
Jul 14, 2003
6:42 pm
352
Dear All, Thanks for all the help, I'm gonna give the popuptip.html a go, but thanks again to everyone for their ideas and input. Adam. ps Ron, we are...
EtherSec Enquiries
adamwacey
Offline Send Email
Jul 14, 2003
10:37 pm
353
I am getting a strange error when I try to program the flash. The gui compiles and then when I try to program flash I receive the follow error: <Programming...
rubbaface
Offline Send Email
Jul 15, 2003
9:39 pm
354
Mike, The most likely cause of this type of error is that the project you are working on has a baud rate which is different than the baud rate the HTMLCompiler...
Jim Weber
amulet_weber
Offline Send Email
Jul 15, 2003
11:27 pm
355
I just recently have experienced the same problem as Mike. I got the message "ERROR:Serial Port, invalid data [e0]" but with a different number in brackets...
Greg
roboticinstinct
Offline Send Email
Jul 24, 2003
3:56 am
356
I am a newbie just experimenting with the amulet display. I am interfacing it with a Basic Stamp 2. I have just started to understand how everything works...
Greg Schroll
roboticinstinct
Offline Send Email
Jul 24, 2003
4:18 am
379
Just looked at your HTML and only two thoughts come to mind: (1) Slow your update rate way down. You have it at 50mS, and that makes things harder to debug....
kenklask
Offline Send Email
Jul 24, 2003
5:01 am
391
Hi Greg, I took your html source and saved it on my local machine. Guess what? Your source code works just fine. I programmed the html source into my Amulet...
Eduardo Sandoval
amulet_ed
Offline Send Email
Jul 24, 2003
4:48 pm
392
I checked to see what was going on by sending the basic stamp into a debug loop once it received the command from the amulet. This gave me the chance to...
Greg Schroll
roboticinstinct
Offline Send Email
Jul 24, 2003
6:25 pm
393
I finally resolved this problem with the help of Ed, who asked that i post on the board what happened for the benefit of everyone else. I had a simple html...
Greg Schroll
roboticinstinct
Offline Send Email
Jul 25, 2003
4:27 am
394
I have learned that when you set the baud rates in your html page and in the amulet compiler to the same thing, when you go to program the flash, the compiler...
Greg Schroll
roboticinstinct
Offline Send Email
Jul 25, 2003
4:35 am
395
I am interfacing my amulet display with a basic stamp 2. I was using part = of one of the example basic stamp programs to respond to a get byte request from...
Greg Schroll
roboticinstinct
Offline Send Email
Jul 25, 2003
5:12 am
396
Why does it insist on garbling up all of the paragraph spacing and tabbing in my posts.......
Greg Schroll
roboticinstinct
Offline Send Email
Jul 25, 2003
5:13 am
397
What I like to do is make one page that is set at the highest baud, and also set the compiler to the highest baud -- 115,200 in both cases. When you want to...
kenklask
Offline Send Email
Jul 25, 2003
3:19 pm
398
Greg, I just found out something interesting, thanks to your post, that a number of people might find useful, especially those of you who are using your Amulet...
Jim Weber
amulet_weber
Offline Send Email
Jul 25, 2003
9:37 pm
399
I am having some difficulties with communication between the Easy Gui kit and my PIC uP. I have the PIC set up to interrupt on a RX. In the interrupt the byte...
rubbaface
Offline Send Email
Aug 10, 2003
4:15 pm
400
Since my last post I've been examining the exact workings of the UART transmissions. Here is a section of my html code: <APPLET code="FunctionButton.class"...
rubbaface
Offline Send Email
Aug 11, 2003
2:47 pm
401
Mike, Sorry for the delay in getting back to you, but I was on vacation last week and it took me a day to catch up. Regarding your seeing multiple Amulet...
Jim Weber
amulet_weber
Offline Send Email
Aug 13, 2003
12:54 am
402
Hi , Anyone know how to exchange the content of InternalRAM.String(190) and StringField ? Leo Microtek Service Co....
lkamleung
Offline Send Email
Aug 18, 2003
3:35 am
Messages 339 - 402 of 1568   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help