Is there anyway to use an InternalRAM byte as a pointer to another InternalRAM location ie Amulet:InternalRAM.byte(InternalRAM.byte(60)).method() where...
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...
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...
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...
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...
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...
I am just guessing, but maybe you could use Amulet:internal.lostCommByte.value() which returns the count of consecutive communication time-outs. You could...
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:...
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...
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...
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...
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...
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...
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...
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...
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....
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...
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...
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...
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...
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...
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...
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...
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...
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"...
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...