Conor, Have you checked out the Screensaver example in the Amulet\Projects\Examples\Screensaver directory? I think that will help you accomplish what you're...
I am trying to recover an LCD device (3.8") The boot m jumper is opened and i send the OS file to the screen, but i get the following error: ERROR:Serial Port,...
First, try reloading the AmuletOS at 115200 bps while your Amulet module is in program mode. If that doesn't work, then try reloading the AmuletOS at 19200...
I've tried both versions. First 115200, then 19200 by shorting the baud pin. I've even tried to change the uP speed with no success. This is the full error I...
Verify the Amulet module is transmitting an ASCII 'C' (0x43) when in program mode. You can use a terminal program like Docklight to see what the Amulet is...
All, I just posted a new version of the Amulet software, 3.3.5, up on our website. http://www.amulettechnologies.com/support/downloads/softupdates.html Anyone...
Hi Jim! We're using WinXP Pro, should we upgrade too, or using the new release is only for Win Vista users? Best Regards, Alexander Schwartz, Polytex Ltd. ...
Alexander, Version 3.3.5 is a standard update release, so it can be used by everyone. In fact, there were two changes added not related to Windows Vista: 1)...
All, I have just been informed of a possible problem with Sun's Version 6 JVM, which was being installed along with Amulet's version 3.3.5 HTMLCompiler. I have...
Hello, I have a problem with the line graph widget. I need to draw a 5 point line line graph so I use the following code: <APPLET CODE="LineGraph.class"...
Conor, The way you have the META and the lineGraph set up, you have an open loop system. I have no way of knowing if your InternalRAM word variables are really...
Is it possible to setup a global meta tag which will be running no matter which page is loaded on the screen without having to copy/paste it to every html...
gp, The <EMBED> tag will do what you're wanting. You can put <EMBED URL="globalMeta.txt"> in the <HEAD> section of all your HTML files where you would normally...
cyberlbar, We have started taking delivery of AOB modules that are ROHS compliant (entire module). Please contact our sales department for further details. ...
Hello again, I have the following warning when i compile my code: WARNING: Due to the size of at least one page, InternalRAM.string(0)-InternalRAMString(0)...
Conor, You're right, the problem is that one specific page is too large. But, you are just barely over the limit since you are only losing a single InternalRAM...
Help! I recently purchased a new laptop (Dell Latitude D820 - one of the few laptops left that has a built in serial ports) and I guess I have not tried...
Bob, I'm guessing the new laptop has Windows Vista on it. Unfortunately, only version 3.3.5 and newer versions are Vista compatible. Actually, the earlier ...
Jim, I should have mentioned that the laptop has XP - I don't plan on installing Vista because I am guessing that most of my software won't run. Docklight...
Hi all, I was just wondering what you guys are using for panel gaskets?? I need to provide some degree of waterproofing the screen. Does anyone getting the...
Arthur, Here at Amulet we use closed cell vinyl foam tape from 3M, part number 4508. We get ours die cut from www.saunderscorp.com. Jim Weber Amulet...
Does anyone have a simple way to create an "LED" on the LCD? I have graphics for LEDON and LEDOFF, but am having a tough time figuring out how to do such a...
Ron, You should use the ImageSequence widget for your "LED". If you haven't already, check the documentation on the ImageSequence widget. It allows you to...
Hi Jim, So that widget isn't just for animations? It will look at a state variable to select the image to display? Thanks, I'll look at it. Ron ... From: Jim...
Hi there! Here's the next (and final) major task. I need the following functionality. 1. Selectable numeric fields. i.e press to highlight and select 2. Use...