Hi, I am using Keyboard example project. Readme file says, that when user types text and hits `Enter' button the string is stored in InternalRAM.String(n). The...
You can read the string serially by sending out a getString command over UART using the simulator or if you want more control over the port I recomment...
Brian thanks a lot! I plan to use Amulet touchscreen for users to input pin code. I have application running on windows PC. Scenario is following: -...
There is an example under C:\Program Files\Amulet\projects\Examples\Password which demonstrates how to do this using a hard coded password. Basically the only...
Hi There, I am hoping to be able to use a list of check box widgets to represent bits of a byte in the Amulet internal RAM. Each check box would represent the...
A, ' This is already done for you implemented in a checkbox "group". In the PARAM NAME="checkedValue" VALUE="number" — number specifies the checked box...
Hi Brian; Thanks for responding. I guess more specifically what should I use for the unchecked value? param name="unCheckedValue" value="0" If I use zero like...
Alex, You don't need to put an unchecked value in a checkbox that is part of a checkbox group (see documentation for checkbox widget). Since each checkbox can...
The following is with regard to the STK-AOB3202405 product. I'm using the following code to create three sliders with the amulet panel as master and a micro...
If you replace the semicolon in your HREF with a comma, the slider should send out the entire HREF function on page load. semicolons create sequenced function...
Thanks Brian! That was a simple fix that makes everything work well on my first use of the LDC panel. I'm very pleased with the product and how quickly things...
You can use a META refresh tag that launches 10ms upon loading the page and never again. It would look like this: <meta http-equiv="refresh" content=" ...
Jim: Thanks! Now for the next small hitch. We need to send character out the uart before we launch into the download. On our 'View Label' screen there will be ...
Has anyone worked with the 3.8" screen and Labview ? I have been unable to send any data to my Amulet LCD from Labview (v7) and would like to talk with anyone...
I have an application in which my embedded computer receives command strings that contain one or two ascii characters for a command code followed by one or...
One way to go from byte -> string, if you want it all on the Amulet side, is to get single digits of the number and then append each digit one at a time. We...
Hi; I have a main page and a series of pages that I am attempting to download to the Amulet. I control which page is selected by a button widget on the main...
Paul, To include pages that you do not specifically jump to in the HTML simply add a static META tag on the main page that will never execute: <META...
Our customer has a number of units in the field in the USA and Europe which are using V3.3.2. When we update our software we normally send them a file to use...
When you say half way through, does that mean half way through the entire process including opening your file and compiling it, or just the programming itself?...
hi; I would like to store a product serial number in flash memory somewhere so it is not disturbed by the normal os and program flashing. The flash memory we...
Paul, It is possible for you to create your own flash header that you see in the map files, and then essentially program a 4-byte file into the flash, but the...
hi; Thank you for your suggestions. Can I create an OS with my serial number data programmed into specific Amulet RAM locations? We dont know what application...
Paul, If you are using InternalRAM variables to hold your serial number, you can use the initInternalRAM meta to initialize the InternalRAM, so that means you...
Paul, Check out this example in your amulet directory to initialize InternalRAM variable at compile time. Amulet\projects\Examples\InitInternalRAM\ReadMe.htm ...
Is it possible to a string variable within a "List" widget? This is desired because the list selection on my page will vary because of a foreign language...
Check out the files section on the forum for "CustomScrollingList" It is an implementation simulating a dynamic list widget using string fields, buttons, and...
hi; Somehow I broke flash programming, using the custom OS program. When I reset the Amulet after I've put the BOOTM jumper back, I get through the touch...
Paul, Just to ensure I understand what you're seeing, are you saying that when you use your Custom OS, everything works fine until you try to reprogram your...