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...
1357
amulet_deters
Mar 12, 2008 9:51 pm
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...
1358
sadnomad
Mar 13, 2008 1:53 am
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: -...
1359
amulet_deters
Mar 13, 2008 8:42 pm
There is an example under C:\Program Files\Amulet92;projects92;Examples92;Password which demonstrates how to do this using a hard coded password. Basically the only...
1360
a_stickel
Apr 3, 2008 3:25 pm
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...
1361
amulet_deters
Apr 3, 2008 9:07 pm
A, ' This is already done for you implemented in a checkbox "group". In the PARAM NAME="checkedValue" VALUE="number" — number specifies the checked box...
1362
a_stickel
Apr 3, 2008 9:32 pm
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...
1363
amulet_deters
Apr 3, 2008 11:46 pm
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...
1364
lon.westfall
Apr 8, 2008 8:37 pm
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...
1365
Brian Deters
amulet_deters
Apr 8, 2008 9:03 pm
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...
1366
lon.westfall
Apr 8, 2008 11:34 pm
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...
1367
cyberlbar
Apr 18, 2008 6:38 pm
My project requires a label image to appear on a view screen. The image screen is invoked from another screen. Once in the image screen I used: ...
1368
Jim Weber
amulet_weber
Apr 21, 2008 5:19 pm
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=" ...
1369
Lloyd Barnett
cyberlbar
Apr 21, 2008 6:25 pm
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 ...
1370
mccoy_web
Apr 21, 2008 8:19 pm
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...
1371
Joel Katz
joelmkatz
Apr 22, 2008 4:39 pm
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...
1372
Brian Deters
amulet_deters
Apr 22, 2008 9:28 pm
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...
1373
paul abel
palmdetective
Apr 29, 2008 6:52 pm
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...
1374
Brian Deters
amulet_deters
Apr 29, 2008 9:17 pm
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...
1375
cyberlbar
May 9, 2008 8:10 pm
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...
1376
Brian Deters
amulet_deters
May 13, 2008 1:54 am
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?...
1377
paul abel
palmdetective
May 30, 2008 3:20 pm
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...
1378
Jim Weber
amulet_weber
May 30, 2008 4:36 pm
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...
1379
paul abel
palmdetective
Jun 2, 2008 3:56 pm
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...
1380
Jim Weber
amulet_weber
Jun 2, 2008 5:46 pm
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...
1381
Brian Deters
amulet_deters
Jun 2, 2008 6:04 pm
Paul, Check out this example in your amulet directory to initialize InternalRAM variable at compile time. Amulet\projects\Examples92;InitInternalRAM\ReadMe.htm ...
1382
cyberlbar
Jun 5, 2008 6:46 pm
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...
1383
Brian Deters
amulet_deters
Jun 5, 2008 11:42 pm
Check out the files section on the forum for "CustomScrollingList" It is an implementation simulating a dynamic list widget using string fields, buttons, and...
1384
paul abel
palmdetective
Jun 6, 2008 2:43 pm
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...
1385
Jim Weber
amulet_weber
Jun 6, 2008 4:10 pm
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...