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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 324 - 356 of 1569   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
324
I'm trying to figure out if I can change the RS-232 protocol. I have a control box that has a relatively small set of short command messages. I would like to...
sphinxo2003
Offline Send Email
Jun 1, 2003
9:42 pm
325
Well, you can't change the prototcol, but you can use the byteOut(x) UART method -- Amulet:UART.byteOut(x). I am using the latest OS release (3.0.4), and I...
kenklask
Offline Send Email
Jun 2, 2003
12:34 am
326
Ken, Good post. The only thing I need to correct is the nomenclature you used when using InternalRAM as your byteOut() argument. You said: ...
Jim Weber
amulet_weber
Offline Send Email
Jun 2, 2003
7:11 pm
327
I have a question related to Application Note: "Using the Amulet with the Rabbit...." The author states that pin 3 of J12 supplies the backlit. What is voltage...
m5art
Offline Send Email
Jun 3, 2003
10:30 pm
328
Does anyone know of a widget or some other means that could be used to display a 10 digit 'keypad' one the display? I'm planning a page that would have...
sphinxo2003
Offline Send Email
Jun 4, 2003
1:18 am
329
Systronix will be demonstrating such an application at Java One next week. The numbers are laid out differently than you have described and data is also...
Leonard Andrews
funpig15
Offline Send Email
Jun 4, 2003
7:28 pm
330
Dave, If you have the latest software, version 3.0.4, then you have a project with a 10 digit keypad in it. You can check it out in the following folder:...
Jim Weber
amulet_weber
Offline Send Email
Jun 5, 2003
7:05 pm
331
Jim; Thanks for the info. I'm somewhat ashamed to admit that I was using the 2.1.9 release. Its a big help. Dave ... called ... because ... or ... string ... ...
sphinxo2003
Offline Send Email
Jun 6, 2003
11:18 am
332
Hello, does anybody knows how to concatenate two InternalRam string variables. Thanks in advance. Naga....
sailurao
Offline Send Email
Jun 25, 2003
7:53 pm
333
Naga, Good question. Unfortunately, we didn't think about that before releasing the last version of software. I'm going to add that to our list of desired...
Jim Weber
amulet_weber
Offline Send Email
Jun 25, 2003
8:12 pm
334
Another good feature would be to add functionality so that one could set an internalRAM variable to a certain UART variable as follows: ...
Philip Kloc
phil_kloc
Offline Send Email
Jun 25, 2003
8:27 pm
335
I'm working on a project similar to the one described in the applications page for the rabbit microcontroller where my pcb will 'piggy back' on the amulet...
rubbaface
Offline Send Email
Jun 28, 2003
4:15 am
336
Hi Mike, I apologize for the delay in my response. Below are the J6 header pinouts. Pin 1 is denoted with a rectangular pad. Keep in mind that all odd pins are...
Eduardo Sandoval
amulet_ed
Offline Send Email
Jun 30, 2003
3:05 pm
339
Is there anyway to use an InternalRAM byte as a pointer to another InternalRAM location ie Amulet:InternalRAM.byte(InternalRAM.byte(60)).method() where...
rubbaface
Offline Send Email
Jul 2, 2003
4:43 am
340
Yes, that syntax does work, but not for everything. For example, I have an array of strings that are initialized from flash with a *.ini file. On my page I...
kenklask
Offline Send Email
Jul 2, 2003
2:34 pm
341
You bring up a good point. With the current version of software, v3.0.4, InternalRAM can be used as an argument to just about any method. It can't, though, be...
Jim Weber
amulet_weber
Offline Send Email
Jul 2, 2003
4:05 pm
342
Thanks Jim, that really clears things up for me, as well. I didn't quite understand the difference in syntax between what I empirically determind is NOT...
kenklask
Offline Send Email
Jul 2, 2003
7:05 pm
343
... Yes, with the current software, version 3.0.4, that is correct. Jim Weber Lead Firmware Engineer Amulet Technologies...
Jim Weber
amulet_weber
Offline Send Email
Jul 2, 2003
7:30 pm
345
I just posted an example which uses two meta tags to do some limit checking before incrementing and decrementing an internal ram byte variable. The limit...
amulet_ed
Offline Send Email
Jul 9, 2003
4:45 pm
346
Dear all, I have a rather interesting problem begging an elegant solution. My Amulet screen is running in master mode with a C++ program acting as the slave...
EtherSec Enquiries
adamwacey
Offline Send Email
Jul 13, 2003
10:50 am
347
I am just guessing, but maybe you could use Amulet:internal.lostCommByte.value() which returns the count of consecutive communication time-outs. You could...
kenklask
Offline Send Email
Jul 14, 2003
5:25 am
348
Great Idea, just what I wanted. I have tried it in an Mata Tag and in a View Applet with a Meta Tag to do the jumping, problem is I can't get the syntax right:...
EtherSec Enquiries
adamwacey
Offline Send Email
Jul 14, 2003
5:15 pm
349
Try Amulet:InternalRAM instead of Amulet:Internal Cheers, Phil ... Idea, just what I wanted. ... ...
Philip Kloc
phil_kloc
Offline Send Email
Jul 14, 2003
5:41 pm
350
Adam, A couple of things to note. Prior to version 3.0.4, there was a bug regarding that lostCommByte() nomenclature. If you are not using version 3.0.4, I...
Jim Weber
amulet_weber
Offline Send Email
Jul 14, 2003
6:05 pm
351
Hi Adam, I think the solution already offered can work OK. However, another approach can to mind before I read that solution so I thought I'd throw it out. Use...
rdoyleusa
Offline Send Email
Jul 14, 2003
6:42 pm
352
Dear All, Thanks for all the help, I'm gonna give the popuptip.html a go, but thanks again to everyone for their ideas and input. Adam. ps Ron, we are...
EtherSec Enquiries
adamwacey
Offline Send Email
Jul 14, 2003
10:37 pm
353
I am getting a strange error when I try to program the flash. The gui compiles and then when I try to program flash I receive the follow error: <Programming...
rubbaface
Offline Send Email
Jul 15, 2003
9:39 pm
354
Mike, The most likely cause of this type of error is that the project you are working on has a baud rate which is different than the baud rate the HTMLCompiler...
Jim Weber
amulet_weber
Offline Send Email
Jul 15, 2003
11:27 pm
355
I just recently have experienced the same problem as Mike. I got the message "ERROR:Serial Port, invalid data [e0]" but with a different number in brackets...
Greg
roboticinstinct
Offline Send Email
Jul 24, 2003
3:56 am
356
I am a newbie just experimenting with the amulet display. I am interfacing it with a Basic Stamp 2. I have just started to understand how everything works...
Greg Schroll
roboticinstinct
Offline Send Email
Jul 24, 2003
4:18 am
Messages 324 - 356 of 1569   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