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 to share photos of your group with the world? 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 1010 - 1039 of 1568   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1010
Hi there, My Programming Interface Board (PIB) is a Rev-A board. The board does not have a voltage regulator and is powered by +5V so the onboard 3221 level...
Patrick Felstead
patrickfelstead
Offline Send Email
Jan 2, 2006
2:50 am
1011
Patrick, The current Amulet Graphical OS chip is 5 volt tolerant, so you do not need to worry about damaging your Amulet On Board module. But, we will...
Jim Weber
amulet_weber
Offline Send Email
Jan 2, 2006
6:59 pm
1012
Hi What is the maximum number of widgets that can be put onto a single HTML page? I had the following line on a page 19 times and it failed to work passed a...
Graeme Peek
graemepeek44
Offline Send Email
Jan 4, 2006
12:54 pm
1013
Graeme, The maximum number of objects on a single HTML page is 256. If you exceed that limit, the HTMLCompiler will throw an error letting you know. I'll...
Jim Weber
amulet_weber
Offline Send Email
Jan 4, 2006
5:38 pm
1014
Hi all, Has anybody successfully programmed an Amulet via a USB to serial converter? If so, what one? My old laptop died, and the new one only has USB! I sure...
davedaniels2001
Offline Send Email
Jan 18, 2006
2:29 pm
1015
Dave; I have succesfully used a Belkin F5U109 USB to serial converter. Lloyd Barnett ... From: Amulet@yahoogroups.com [mailto:Amulet@yahoogroups.com]On Behalf...
Lloyd Barnett
cyberlbar
Offline Send Email
Jan 18, 2006
2:47 pm
1016
Dave, I have just tried my easysync USB to 2 com port adapter (part no. USB-2COM) to program an Amulet AOB and it worked fine on both ports. (have a look at...
john.pote
Offline Send Email
Jan 19, 2006
4:55 pm
1017
The second appears broke until the last period is deleted, then it works. _____ From: Amulet@yahoogroups.com [mailto:Amulet@yahoogroups.com] On Behalf Of ...
Fred Hillhouse
Broncus
Offline Send Email
Jan 19, 2006
5:15 pm
1018
I bought a generic USB to serial converter cable from a local computer shop and it works great. The converter cable shows up as COM4 in my HTMLCompiler RS232...
amulet_ed
Offline Send Email
Jan 19, 2006
5:29 pm
1019
I'm attempting to setup the amulet to function as the slave in a communication. I'm experiencing two problems, the first is related to the fact I can't find an...
mjfan1328
Offline Send Email
Jan 19, 2006
8:09 pm
1020
FWIW, I tested my 2 port Lava ether-serial link and it works fine as well. Bob ... __________________________________________________ Do You Yahoo!? Tired of...
Robert Smith
elboco
Offline Send Email
Jan 20, 2006
5:48 pm
1021
Hi, I'm totally new to this, and I know this has to be a really basic question. I'm currently in a project for my place of employment. I need to display 12...
jsisson2001
Offline Send Email
Jan 24, 2006
6:46 pm
1022
You will have to convert your value to a string and send the string to the Amulet, each string to its address. Uri ... From: Amulet@yahoogroups.com...
Uri Sabadosh
sabadosh
Offline Send Email
Jan 24, 2006
6:54 pm
1023
Instead of using Uart.byte or internalRam.byte, use Uart.Word or InternalRam.word. ... __________________________________________________ Do You Yahoo!? Tired...
Robert Smith
elboco
Offline Send Email
Jan 24, 2006
7:15 pm
1024
Another option is to use a word variable instead of a byte variable. Byte variables have a value range of 0-255, while word variables have a value range of...
Eduardo Sandoval
amulet_ed
Offline Send Email
Jan 24, 2006
7:17 pm
1025
Ahh, yup yup, thanks ... basic ... I ... from ... is ... it to ... I go...
jsisson2001
Offline Send Email
Jan 24, 2006
7:25 pm
1026
Are there any examples of how to do this? Do I have to create an address for each string? or just each field? ... string to the ... Behalf Of ... basic ... ...
jsisson2001
Offline Send Email
Jan 24, 2006
7:27 pm
1027
Use StringField.class and connect it to a string variable with the href parameter. Send your string to the above variable. Uri ... From: "jsisson2001"...
Uri Sabadosh
sabadosh
Offline Send Email
Jan 24, 2006
7:55 pm
1028
I don't think that can apply to what I'm trying to do. here's an example I can try to give you, lets say I'm controlling the temps in several rooms, now on the...
jsisson2001
Offline Send Email
Jan 24, 2006
8:49 pm
1029
oops, almost forgot, there's 12 possible rooms in aspect to this. ... set ... the ... an ... On ... really ... updating ... having...
jsisson2001
Offline Send Email
Jan 24, 2006
9:12 pm
1030
The principle is the same. For each value you want to display create a StringField.class object on your screen. Each object has its own string variable. The...
Uri Sabadosh
sabadosh
Offline Send Email
Jan 24, 2006
10:02 pm
1031
Okay, I think I've figure it out. But I've run into another issue. There's 12 zones on my display, each with a setpoint and a constantly updating actual...
jsisson2001
Offline Send Email
Jan 25, 2006
1:42 pm
1032
Are you using internal ram variables or uart variables? Did you switch to string variables or are you using word variables? I hope the following helps: On my...
Robert Smith
elboco
Offline Send Email
Jan 25, 2006
4:23 pm
1033
I was using UART variables, however your method does look very efficeint. What my project is actually for are heaters. I need to be able to set the...
jsisson2001
Offline Send Email
Jan 25, 2006
4:46 pm
1034
Hi all! I need to create a dynamic lisy box which could be updated through UART. I've seen the CustomScrollingList.zip example, the problem with it that the...
mesalex_muroi
Offline Send Email
Jan 26, 2006
8:58 am
1035
I have pasted my own generic version of the custom scrolling list below. The list strings occupy internalramstrings(1)-n where n is the number of strings in ...
Robert Smith
elboco
Offline Send Email
Jan 26, 2006
12:20 pm
1036
okay, need some suggestions on this one, it's a little more complicated than the rest. Okay, with my project, I have 12 zones, there are several variables ...
jsisson2001
Offline Send Email
Jan 26, 2006
2:38 pm
1037
Hi, what kind of 3,8" display Amulet's drive? (for resolution of 320x240 and 240x320) Bye!!!...
prj2000_pd
Offline Send Email
Jan 30, 2006
9:05 am
1038
I need some suggestions on how to do this project. I have a screen with various items being displayed. There are 12 Groups/Zones. Each zone has a Current Temp,...
jsisson2001
Offline Send Email
Jan 30, 2006
5:04 pm
1039
Also, I have the Amulet sending an RPC to the micro. Now using docklight, how would I respond to the RPC and send the appropriate info, like setting...
jsisson2001
Offline Send Email
Jan 30, 2006
5:09 pm
Messages 1010 - 1039 of 1568   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