Hi guys, I love working with the Amulet and it's been a long time since I found any bugs. Now I find I can't use large fonts in the numeric field widget. I...
Philip, OK, first of all, I think you are not setting the "font" attribute for your numeric field correctly, you have only set the font size. I believe this ...
Philip, Ron did a good job explaining about Numeric Field Widgets. The only thing I wanted to add was that you can use two different fonts for the Numeric...
Thanks Jim, I thought it was wierd that I was specifying Arial font and the compiler was looking for Amulet Sans Serif FW. I will try Courier instead. Philip ...
I think that I'm using multiple function calls in a way that just doesn't work. I'm using the Amulet as Master. I have a pool of variables that I can use in...
Hi guys, I was wondering what the maximum program size is for the Amulet. I got an out of memory warning with a program that was roughly 60 or 64K. Thanks, ...
Philip, All Amulet kits and controller boards ship with a 1-Megabit or 128- Kbytes of DataFlash. Of the 128-Kbytes, 64-Kbytes is reserved for Amulet firmware....
As a general rule, multiple function calls occur from left to right. The one time where that rule can be violated is when dealing with Internal RAM variables....
I was having problems with the target acting as master and sending internal ram get byte commands to the amulet. I was running with SlaveAckResp Meta and the...
Jim If you have an href with multiple UART function calls, and an RPC is one of the functions, the RPC occurs first even though it is the last funcion in the...
I am back to running OS 3.00 I was able to load the OS 3.00 back into the amulet using compiler 3.00. Any help on getting the SlaveAckResp bug fixed would be...
elboco, I've done quite a bit of testing with the v3.0.1 so far and have not seen the behavior you speak of. Could you please send me your project, along with...
We're looking into the SlaveAckResp bug you reported. Any additional information you can provide would be greatly appreciated. You can email your screen shots...
I've notice the same bug... It happens to me when I do a DrawLine command. If I do a vertical DrawLine at X positons 160, 161, 162... to 176 (from 0xA0 to...
Yes, this is the main bug that required the version 3.0.1. SlaveAckRsp had a problem. 3.0.1 does fix this. But when I added the ability to put in InternalRAM...
Thanks Jim, I just generated a test version that I could send to you. Since you have duplicated the problem, I won't send it. I'll go and change my ...
Well, I contemplated going into this with my last answer, but I was loath to go into the inner workings of the Amulet lest I just confuse the general...
Amulet has just loaded the latest Amulet OS update up on their website. This new version is version 3.0.3. If you have any version 3.0 and above, you should...
Hi guys, I am having problems with touchscreen. Sometimes when I push a function button it doesn't do anything. Sometimes it doesn't even go down and up when...
I found making all my buttons big helps. Try this experiment to see how the button presses work. Push down on a button; while keeping your finger pressed on...
Philip, It is possible that you need to recalibrate the touchpanel, because touchpanels can drift over time. I would suggest that you have some kind of...
Over the memorial day weekend I let my amulet run and arrived at work to a horrible smell. appears the ccfl inverter blew, did some serious damage. not sure I...
Allen, That looks nasty. Please give us a call and we'll take care of it for you. (408) 244-0363 x109. Nicole will handle this. In response, let me say that I...
Nor was trying to imply anything of the sort, If this was a common occurrence I believe I would have heard about it on this board. Thanks for your quick...
Hello, I was wondering if anyone has any ideas on what to use for a gasket between the bezel and housing (i.e. I there is a gasket between the lcd and the...
I'm trying to figure out if I can change the RS-232 protocol. I have a control box that has a relatively small set of short command messages. I would like to...
Well, you can't change the prototcol, but you can use the byteOut(x) UART method -- Amulet:UART.byteOut(x). I am using the latest OS release (3.0.4), and I...