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, 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...
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, 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...
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...
Dave; I have succesfully used a Belkin F5U109 USB to serial converter. Lloyd Barnett ... From: Amulet@yahoogroups.com [mailto:Amulet@yahoogroups.com]On Behalf...
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...
The second appears broke until the last period is deleted, then it works. _____ From: Amulet@yahoogroups.com [mailto:Amulet@yahoogroups.com] On Behalf Of ...
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...
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...
FWIW, I tested my 2 port Lava ether-serial link and it works fine as well. Bob ... __________________________________________________ Do You Yahoo!? Tired of...
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...
Instead of using Uart.byte or internalRam.byte, use Uart.Word or InternalRam.word. ... __________________________________________________ Do You Yahoo!? Tired...
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...
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 ... ...
Use StringField.class and connect it to a string variable with the href parameter. Send your string to the above variable. Uri ... From: "jsisson2001"...
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...
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...
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...
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...
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...
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 ...
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 ...
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,...
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...