Search the web
Sign In
New User? Sign Up
Amulet · Amulet Easy GUI Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 683 - 718 of 1565   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
683
I saw that it is mentioned that the UART.bytes is only used in the line graph widget. Is there a way to request an array of data over the UART and place these...
davidmittmann
Offline Send Email
Oct 1, 2004
1:02 pm
684
David, You first need to figure out how to notify your microcontroller to send an array of bytes. Maybe its as easy as sending an RPC command over to your...
amulet_ed
Offline Send Email
Oct 2, 2004
12:26 am
685
I'm looking to put an Amulet project together for my car. I'm wondering how much memory is available to store the html interface? Is this memory...
Elliot
lookinnlife
Offline Send Email
Oct 5, 2004
11:03 am
686
... The memory that comes with my screen (3.8" blue LED backlight) is: AT45DB041B and holds 4 Mbit. The printout on the chip is "ATMEL0217 45DB041B". Check it...
Ricardo Guevara
ric_dev
Offline Send Email
Oct 5, 2004
1:52 pm
687
Hello, 1) I am trying to make a customOS without for a board without the touchscreen controller chip installed. It seems to work but is it proper to just use...
shizzleshot
Offline Send Email
Oct 5, 2004
7:11 pm
688
Welcome to the Amulet Users Forum, 1) Yes, it is appropriate to use the _RAW file. If you haven't already, you should take a look at the CustomOS example in...
Jim Weber
amulet_weber
Offline Send Email
Oct 5, 2004
7:47 pm
689
How feasible is it to program a button to display a drop down custom scroll list? I sort of understand how the custom scroll list example described back in...
Johnny Lam
novxjl
Offline Send Email
Oct 6, 2004
6:39 pm
690
On the memory size topic; Amulet now has the 4Mbit FLASH, so that helps. But you may need more RAM. Does anyone know if there is a larger RAM version? ... ...
davidmittmann
Offline Send Email
Oct 7, 2004
12:34 am
691
Is it possible to do any math with the contents of the internal ram? For example, I would like to combine two internal ram bytes into one 16-bit integer... so...
Jason
sinc_squared
Offline Send Email
Oct 7, 2004
2:51 am
692
Jason, It is possible to do some math with the contents of Internal RAM. Here are 2 methods I took from the Internal RAM documentation: 1) To add to the...
amulet_ed
Offline Send Email
Oct 7, 2004
3:08 pm
693
Jason, Another thing I want to add is that if you are going to be using multiple function calls to perform your math on InternalRAM variables, you should take...
Jim Weber
amulet_weber
Offline Send Email
Oct 7, 2004
4:36 pm
694
All Amulet users, After talking with Philip, we did more research and it looks like the new Palm Update Utility was never uploaded to our website. We have...
Jim Weber
amulet_weber
Offline Send Email
Oct 7, 2004
6:00 pm
695
Thank you both for your help... I looked through the amulet internal ram functions but I did not find some things I was hoping to see. Is it possible to...
Jason
sinc_squared
Offline Send Email
Oct 8, 2004
4:10 am
696
Jason Look at the internal ram functions again, specifically table 1 and table 2 which are about halfway down the page. ...
Robert Smith
elboco
Offline Send Email
Oct 8, 2004
10:28 am
697
... wondering how much memory is available to store the html interface? Is this memory upgradeable/removeable? ... AT45DB041B and holds 4 Mbit. The printout on...
Elliot
lookinnlife
Offline Send Email
Oct 8, 2004
11:00 am
698
Based on the R165 documentation, you should be able to send commands to the relay without any problems. I don't think you will be able to read the status from...
Robert Smith
elboco
Offline Send Email
Oct 8, 2004
4:01 pm
699
Elliot, To send ASCII 254 from Amulet, use the following function call: Amulet:UART.byteOut(254) As Robert said, the Amulet will not be able to accept the...
Jim Weber
amulet_weber
Offline Send Email
Oct 8, 2004
4:57 pm
700
THANK YOU! I knew something was missing when I looked at the table yesterday. It did not have so many functions as this one. Thank you very much, I will be...
Jason
sinc_squared
Offline Send Email
Oct 8, 2004
9:18 pm
701
Hi Jason, I've come to the conclusion that you might be using an older version of the Amulet OS after reading your last couple of posts. Before you can use the...
amulet_ed
Offline Send Email
Oct 8, 2004
9:44 pm
702
Thanks all for all the help so far, it's appreciated. I shouldn't have any problem setting up the interface I want, and I can deal with those problems when the...
Elliot
lookinnlife
Offline Send Email
Oct 11, 2004
7:55 am
703
I have a question regarding Palms in general. I am not a Palm user and the only Palm I own is the one for updating the Amulet and I bought a refurbished Palm...
Robert Smith
elboco
Offline Send Email
Oct 12, 2004
4:35 pm
710
Hello all, I have big problem with my new 5.7" kit from Amulet. First, the kit worked just fine, the first day I received it. Then, I didn't play with it for...
raimond712002
Offline Send Email
Nov 2, 2004
8:00 am
711
Raimond, Email me a contact number and I'll give you a call. There are some things we can check together over the phone to see if we can get your unit back up...
amulet_ed
Offline Send Email
Nov 2, 2004
6:20 pm
712
Thanks to Amulet team, Jim Webber and others, seems to have one of the best support team in this type of bussines. There was a lcd contrast problem, now is...
raimond712002
Offline Send Email
Nov 4, 2004
9:21 am
713
agree 100%+ Gennady From: "raimond712002" <raimond@...>...
Gennady Palitsky
yagenrom
Offline Send Email
Nov 4, 2004
2:25 pm
714
Hello, I am using the alphanumeric keypad (alphaKey.html) that you guys provide in the examples. I was wondering what is the easiest way to prevent the user...
phil_kloc
Offline Send Email
Nov 4, 2004
11:29 pm
715
Philip, I'll post an example in the "Files" section of the Amulet Easy GUI Users Group by the end of the week. The example I'll post will be very similar to...
amulet_ed
Offline Send Email
Nov 5, 2004
12:40 am
716
I just uploaded a modified version of the keyboard example to the "Files" section of the Amulet Easy GUI Users Group. The modified version of the keyboard...
amulet_ed
Offline Send Email
Nov 5, 2004
2:07 am
717
Hi, I just noticed that the new screens and old controller boards don't work together. That is, the graphical part seems to work but the touch sensitive part...
phil_kloc
Offline Send Email
Nov 5, 2004
7:56 pm
718
Phil, You are correct that the board used by the older 5.7" black and white display is incompatible with the newer 5.7" blue mode display. The previous ...
Jim Weber
amulet_weber
Offline Send Email
Nov 5, 2004
10:52 pm
Messages 683 - 718 of 1565   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help