Hi, I have a quick question, probably a simple answer. If I was to request data from an external processor from the amulet and the datas external address was...
Nick, I took the following snippet from our UART Protocol help documentation: The valid range for byte variable values returned from the slave (in response to...
Nick, I just realized I gave you some incorrect information. The variable index itself, regardless if its a "Get Byte variable" or "Get Word variable" request,...
Dear Sir Would some people help to tell me what is the usage of Amulet:UART.byte (x).setValue(y)? Does it tells an external mcu the present value of byte (x)...
John, Amulet:UART.byte(x).setValue(y) allows the Amulet to send out a "Set byte variable" message, where x is the index of the external byte variable and y is...
Somebody knows the difference between both Chips sold at mouser.com? Only PB Free? Thanks, Germán __________________________________ Yahoo! Mail - PC Magazine...
Dear Sirs I am using the following to adjust the timer-based update rate of a certain function: <META HTTP-EQUIV="REFRESH" CONTENT="2; URL=function(s)"> It...
Thanks Robert It works. Yes, I did set the auto-update rate to a slow rate of 2 sec because it is some sort of autoscan keyboard for handicaps. I just wanted...
Germán, Yes, the -E parts are RoHS compliant, meaning they are lead free. Functionally, the parts are the same. But, the RoHS chips are slightly different...
Thanks Jim, I will check later the new document. Germán ... __________________________________ Yahoo! Music Unlimited Access over 1 million songs. Try it...
Sirs I am trying to use Amulet:InternalRAM.byte(7) to store the UpdateRate of a certain function, meta name as "Scan". In this way I could save the setting and...
John, Your logic looks correct, except I noticed that the first META sets the updateRate of "Scan" and all the other METAs set the updateRate of "AutoScan". Is...
Hi Jim It is just a typo error. I have used "AutoScan" all the way down but the result is the same. No change in scan rate. (uHTML compiler compiles) John...
Hi Jim After a double check on my code, then re-compile, there is ANOTHER problem. Maybe this is related to the previous problem I have posted yesterday...
Hi, am using a single page to display values that are being sent to the Amulets internal Ram variables via an external processor. On this page there are 20...
John, The following meta: <META HTTP-EQUIV="REFRESH" CONTENT="0,0.1; Amulet:InternalRAM.byte(5).setValue(0x01)"> is missing "URL=". The meta should read as...
Nick, Zip up the html page and email it directly to me. I have a hunch as to what the problem may be, but I want to make sure. You can reach me at the...
Hi Ed I knew, and I have corrected that also after I have posted the message. Putting URL= couldn't solve the problem. I still couldn't get the file compiled....
John, I'd be more than happy to help you, but I would need your HTML project to be of further assistance. Can you zip up your project and email it to me? If...
Hi Ed Done. Pls check email. John ... project ... it to ... even ... the ... ANOTHER ... (_help);_cursor.setValue ... Amulet:InternalRAM.byte ... For ... the ...
I'm using Compilier version 3.3.2 and sometimes when I re-compile a project the map file is not updated. I've tried deleting the file and a new is not...
Don, Just compiling alone does not generate a .map file. The .map file is actually generated during the saving as a.pdb/.uht or when you program it into flash....
While I was programming my CB-GT380 with 10 pin J2... The screen turned blue and the unot can't be reprogrammed, I guess the system kind of locked up, how can...
sir, i want to updates display graph continously from data comming from external processor .how can i do this should i send these data to amulet throug URAT or...
Carlos, The 10-pin CB-GT380 had a very limited run. Sorry for the lack of info. Here's the 10 pin information you are looking for: Pin # Signal Description 1 ...
I can't really answer your question for you considering the lack of information I have regarding your project and your system. What I can tell you is that if...
sir i am using pic microcontroller. and in my case micro will be master. now pic will send data contonously to display that are stored in ram of pic. in case...