Just recently bought another touch screen, and it turns on showing the page with "Amulet OS Version 3.2", but I can not get it to program. Might it be...
Bob, I realize this is WAY overdue, but I just stumbled upon this Palm Universal Connector to RS-232 cable. It allows you to use a newer Palm with USB to ...
Thanks Jim, I'll check it out, actually, I will have someone who owns a PDA check it out! Bob ... __________________________________________________ Do You...
Has anyone written the DC interface for the ZWorld SBC? I am in the "getten ready 2" mode and I do not like reinventing the wheel (if you know what I mean)....
I would take a look at the sample application notes posted at the following URL: http://www.amulettechnologies.com/support/anotes.html The very first app note...
Thanks, why didn't I think of looking there? ... -- IDE Solutions, Inc. President, Jim C. Ashby III 5525 Reading Road, Suite 605 Rosenberg, TX 77471 Office:...
Hello Group, Has anyone wrote a DOS program to program the Amulet? I need to program the Amulet from a COM port of a PC-compatible DOS computer. I am ready to...
Sorry, I only wrote a standalone programmer for Windows, if that would ever come in handy to anyone. Cheers, Philip Kloc ... Hello Group, Has anyone wrote a...
Well I am stuck with developing with your displays. I can not get your simulator to transfer any data to the display between 0x16 and 0x1b. Would this be a...
Jim, Wow, you sure know how to butter us up! Sounds like you're really enthused about using Amulet. This is a users forum, which means you are posting this...
It has been awhile since I used the simulator, but I can't recall any regions where it did not work. One common mistake I make when programming the amulet is...
After our conversation today I tried changing the refresh rates on each ImageBar from .1 to .185 in increments of .05. With 34 ImageBars to update and 17 Data...
?????Hi Tzvika, My system uses a PC104 CPU board. This board is PC compatible and has a DOS operating system. I need a program that can "flash" (program, I...
Hi Uri, The application I wrote can use any COM port and any baud rate (the user must input the desire port and baud rate). The application's steps in order to...
I have constructed a multiple page application. On three of the pages there is a numeric keyboard (similar to enterIP.htm) where 2 to 4 digits entries can be...
Have you considered using the following Amulet functions: Amulet:InternalRAM.string(z).stringToByte(x) Amulet:InternalRAM.string(z).stringToWord(x) They conver...
Using the function button widget, is it possible to force a carriage return in the text? Also, is it possible to have individual lines with different fonts? ...
?????Hi Tzvika, Thanks for your explanation. Please email me your trial version. I will try it on my embedded system. By the way what does it do if the pdb...
dvarese, User-defined wraps can be specified by entering "\n" within the static text of the button label. You'll need to use the custom button widget in order...
Also another question, is forceHit() or forceUpdate() correct when calling a meta? ... From: dvarese To: Amulet@yahoogroups.com Sent: Thursday, June 02, 2005...
Don, forceHit() will launch the URL function, while forceUpdate() will launch the ONVAR function. Regarding your first posting, I think you're asking for...
Is there a way to draw a small symbol where the user touches the display? I also need to move the symbol if the user touches a different location to the new...
Thanks Jim! ... From: Jim Weber To: Amulet@yahoogroups.com Sent: Thursday, June 02, 2005 1:26 PM Subject: Re: Amulet Users Group Function Button calling Meta's...
I'm using the Xmodem protocal to update the Amulet through my uP. I'm pretty sure it is mostly working, because I seem to be getting ACKs for every packet of...
Kevin, Just based on what you've told us, my guess is that the CRC isn't matching up. Have you verified that it is correct? Does this mean if you have a one...
Jim, Yes, it looks like a file of only one packet is only getting NACKs as well. I'll keep plugging away at it. Not sure how to "verify" the CRC; I'm more...
Kevin, The HTMLCompiler uses 0x00 as packet filler. The CRC is calculated based on the entire 128-byte packet. The reason I wanted you to use Docklight to look...
Jim, You're first guess was correct; the CRC was being calculated incorrectly for the last non full packet. Coding mistake on my part. Now on to other issues....