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...
Show off your group to the world. Share a photo of your group with us.

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 534 - 563 of 1570   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
534
How come you can use the following code: Amulet:InternalRAM.string(InternalRAM.byte(0x50).setValue(InternalRAM.st ring(0x21)) But not: ...
Chris Sprague
cspragueias
Offline Send Email
Apr 15, 2004
6:18 pm
535
Chris, I just found this in the InternalRAM documentation: Note: Internal RAM byte variables can only be used as a variable index of the base variable type of...
Jim Weber
amulet_weber
Offline Send Email
Apr 19, 2004
11:31 pm
536
Any suggestions for this: I have a page that lists the gain of 16 seperate amplifier channels and the gain values are stored in seperate amulet internal ram...
davidmittmann
Offline Send Email
Apr 26, 2004
6:17 pm
537
Hi Dave, In regards to the following meta tags first problem: <META HTTP-EQUIV="REFRESH" CONTENT="0.5; ONVAR=Amulet:InternalRAM.byte(240).value();TRIGGER=0x02;...
amulet_ed
Offline Send Email
Apr 26, 2004
7:36 pm
538
Thanks, that gave me enough of to get it working, but without using bits. I couldn't quite get the .and operative to work the way I wanted in the META...
davidmittmann
Offline Send Email
Apr 26, 2004
10:51 pm
539
Dave, I'm not quite exactly sure how you're wanting to use the .and method, so please do expand. You can email me offline at EdSandoval@......
amulet_ed
Offline Send Email
Apr 27, 2004
3:05 pm
540
I have created a GUI with about 40 screen. Most of the screens conform to a fairly standard template and reuse several elements such as the title bar (text...
rdoyleusa
Offline Send Email
Apr 29, 2004
6:55 pm
541
Ron, I do the same thing and use the C preprocessor to process the 'source' html files into the ones which are compiled by the Amulet compiler. The C...
John Volpe
jtvolpe
Offline Send Email
Apr 29, 2004
7:04 pm
542
I want to interface my rabbit RCM3200 with the 5.7 Amulet LCD. The common interface bewteen the two processors is SPI. How do I go about using SPI from the...
Harold Goodrich
hgoodric
Offline Send Email
May 5, 2004
8:17 pm
543
Serial works good also, cant give the code away but I made a serial lib for the rabbit and let the amulet be the master over a weekend. Matt Linder ...
Matt Linder
linder2010
Offline Send Email
May 5, 2004
8:48 pm
544
Here is the excerpt from the RCM3200 User guide. So they are capable of async RS232. Are you using an RCM3200? 2.2 Serial Communication The RCM3200 board does...
Harold Goodrich
hgoodric
Offline Send Email
May 5, 2004
9:05 pm
545
Hi everyone, We have just got a very nice enclosure made for our amulet 5.7" touch screen and we thought you might like to see what can be done. Adam....
Adam Wacey
adamwacey
Offline Send Email
May 7, 2004
4:22 pm
546
Adam, Nice enclosure! Can they be purchased? If so, how much? Ed ... touch screen and we thought you might like to see what can be done....
amulet_ed
Offline Send Email
May 7, 2004
4:35 pm
547
Hi Adam, I am curious about the enclosure. What are the dimensions of the whole thing? Are you planning to sell those? Thanks, Ryan Garner ... From: Adam...
Ryan Garner
ryangarner20...
Offline Send Email
May 7, 2004
5:13 pm
548
Hi Jim, I need help with invokeRPC. I want to use it the first time but I can only find usage examples in the documentation. Some questions that pop into my...
Uri Sabadosh
sabadosh
Offline Send Email
May 7, 2004
6:05 pm
549
Uri, I know you meant this as a direct question to me, but you bring up a good point that could be of use to others. I don't really see any true explanation of...
Jim Weber
amulet_weber
Offline Send Email
May 7, 2004
7:10 pm
550
I have two customButtons, button1 and button2. I would like to change the image that is displayed on button1 by pressing button2, is that possible? So if my...
tomek_wr
Offline Send Email
May 7, 2004
8:52 pm
551
Tomas, It sounds like a radio button group might be your best choice here. You might not be aware, but you are able to provide your own images for radio ...
Jim Weber
amulet_weber
Offline Send Email
May 7, 2004
9:00 pm
552
Hi I'we been trying some weeks with programming my Easy GUI 5,7 lcd at get it to communicate with an Atmega 128 micro processor (from Atmel) and I have some...
andhen
Offline Send Email
May 8, 2004
10:44 am
553
I have a group consisting of two radio buttons. Each radio button has a sequence of three functions, seperated by ";", so that they are not all called during a...
tomek_wr
Offline Send Email
May 10, 2004
1:56 pm
554
Henrik, My first suggestion is to download a very powerful and flexible terminal program called Docklight. You can download it from www.docklight.de You can...
Jim Weber
amulet_weber
Offline Send Email
May 10, 2004
4:03 pm
555
Tomas, Unfortunately, we don't have a command that will do that. It's a good idea, so I'll put it on the wants list, but that won't help you right now. But, I...
Jim Weber
amulet_weber
Offline Send Email
May 10, 2004
4:39 pm
556
Hi Jim, Thanks, your reply explains my questions, except one thing. What is the value (character) of the opcode byte in the invokeRPC string. Uri ... From: Jim...
Uri Sabadosh
sabadosh
Offline Send Email
May 10, 2004
6:25 pm
557
Uri, The invoke RPC opcode is 0xD8. For example, if you have the following href: Amulet:UART.invokeRPC(0x12) The following would be sent out. ...
Jim Weber
amulet_weber
Offline Send Email
May 10, 2004
6:38 pm
558
I have an application which needs to be easily changed while in the field. I am including as many screens as universal as I can make them, however I know that...
Chris Sprague
cspragueias
Offline Send Email
May 10, 2004
7:55 pm
559
Hi, I've gotten several requests regarding how one can simulate a clock using an Amulet module, so I created a simple example which uses 4 meta tags to keep...
amulet_ed
Offline Send Email
May 11, 2004
7:57 pm
560
Group, Is is possible to place a widget over another widget? For instance, I want to place a string field widget in the middle of an image sequence widget....
E
clambako
Offline Send Email
May 11, 2004
11:02 pm
561
I would like to suggest the following additional methods for the internal ram. 1. mod operator to implement the modulus function Example :...
jtvolpe
Offline Send Email
May 12, 2004
7:51 pm
562
Is there a way to copy a large block of ram from one location to another like the block initialization command: InternalRAM.byte(112-127)= 5 I would like to...
davidmittmann
Offline Send Email
May 12, 2004
11:31 pm
563
hi, we are working on a project with 2 robots from http://www.fischertechnik.com/ , and with embedded Java controllers from http://www.systronix.com/. We would...
tottissimo10
Offline Send Email
May 14, 2004
9:40 am
Messages 534 - 563 of 1570   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