I have an application with a checkbox which is initially invisible. The checkbox gets it's initial value from initHREF. I had originally setup this page under...
Hi all, I'm really just getting started here. I've managed to make my micro update a string field with the Amulet being the master. My data changes rather...
Appearently my update to this post did not get sent correctly. Additional information : The problem with the checkbox firing during initial state setup with...
Is there any danger if an application does not use Amulet:back() to return to pages ? Are there any lists/queues etc which will overflow if all navigation is...
John, There's definitely no danger in using direct calls to pages. The strength of "Amulet:back()" is that you can have one page get called from many different...
John, You're not the only one who thinks the checkbox shouldn't fire if you are setting the initial state. That is why with 3.1x Build 9 we added a new...
John, Regarding your second problem, I basically just have more questions for you. 1) How many METAs do you have at the top of the page? 2) Are they all doing...
Lance, The only change you need to make to your HTML code so that you can become the master, is to replace the UART modifier with InternalRAM. For example, in...
Hello, I'm using the Amulet as slave and the Simulator as master. Has anybody implemented a serial protocol for an external micro configured as Master (Amulet...
Hi Vangel, Take a look at the following URL: http://www.parallax.com/html_pages/products/audiovisual/amulet_gui.asp Parallax has posted several projects which...
Hi Ed, Thank you very much. Best Regards Vangel ... From: amulet_ed To: Amulet@yahoogroups.com Sent: Monday, March 15, 2004 1:03 PM Subject: Amulet Users Group...
Chris, I just found this in the InternalRAM documentation: Note: Internal RAM byte variables can only be used as a variable index of the base variable type of...
Any suggestions for this: I have a page that lists the gain of 16 seperate amplifier channels and the gain values are stored in seperate amulet internal ram...
Hi Dave, In regards to the following meta tags first problem: <META HTTP-EQUIV="REFRESH" CONTENT="0.5; ONVAR=Amulet:InternalRAM.byte(240).value();TRIGGER=0x02;...
Thanks, that gave me enough of to get it working, but without using bits. I couldn't quite get the .and operative to work the way I wanted in the META...
I have created a GUI with about 40 screen. Most of the screens conform to a fairly standard template and reuse several elements such as the title bar (text...
Ron, I do the same thing and use the C preprocessor to process the 'source' html files into the ones which are compiled by the Amulet compiler. The C...
I want to interface my rabbit RCM3200 with the 5.7 Amulet LCD. The common interface bewteen the two processors is SPI. How do I go about using SPI from the...
Serial works good also, cant give the code away but I made a serial lib for the rabbit and let the amulet be the master over a weekend. Matt Linder ...
Here is the excerpt from the RCM3200 User guide. So they are capable of async RS232. Are you using an RCM3200? 2.2 Serial Communication The RCM3200 board does...
Hi everyone, We have just got a very nice enclosure made for our amulet 5.7" touch screen and we thought you might like to see what can be done. Adam....
Hi Adam, I am curious about the enclosure. What are the dimensions of the whole thing? Are you planning to sell those? Thanks, Ryan Garner ... From: Adam...
Hi Jim, I need help with invokeRPC. I want to use it the first time but I can only find usage examples in the documentation. Some questions that pop into my...
Uri, I know you meant this as a direct question to me, but you bring up a good point that could be of use to others. I don't really see any true explanation of...
I have two customButtons, button1 and button2. I would like to change the image that is displayed on button1 by pressing button2, is that possible? So if my...
Tomas, It sounds like a radio button group might be your best choice here. You might not be aware, but you are able to provide your own images for radio ...
Hi I'we been trying some weeks with programming my Easy GUI 5,7 lcd at get it to communicate with an Atmega 128 micro processor (from Atmel) and I have some...