I'm trying to set up a numeric field right next to a bar graph to show temperatures. I have two of each on a given line, with dimensions of bargraph=100...
Hi All, Has anyone solved this problem? I'm trying to build a string on the Amulet keyboard example and send it out the UART when the ENTER key is pressed. ...
I have set up a numeric field wich receives a trmperature from a basic stamp ranging from 0 to 150. I need to be able to input a specific value using the...
Jim, What is the current timeframe for this upgrade? Thanks, Lance means of turning on and off the backlight via software. That new board should be available...
Lance, We just recently sent a shipment to our main distributor Mouser Electronics. That will be the last batch of the "old" boards. As soon as Mouser runs out...
Lance, Well, I know what the problem is. This is something that I need to address somewhere in the documentation, but I haven't taken the time yet to craft an...
You will have to do some of the work on your side. The value that you specify on your keyboard will have to be sent to your Basic Stamp. You will then need to...
Thank you for your reply. Which microcontroller you recommend? ... From: Jim Weber To: Amulet@yahoogroups.com Sent: Tuesday, March 11, 2003 08:55 PM Subject:...
I'm trying to get a degree symbol displayed. Tried sending a string, with degree symbol xBA (Arial) but the protocol doesn't allow ASCII string character over...
Bruce, I have encountered this problem, too. I have a need for several of the special symbols and I also have a need for a very large font. My workaround...
Ron, Thanks for bringing up the "Font Creator" program from High Logic. ( http://www.high-logic.com ), I was just getting ready to respond with that myself. I...
Should I take the week+ of silence as an indication that it is not possible to have a button that reacts when a button is pushed and again when it is released?...
Allen, Are you wanting a toggle button that when you push it down, it stays down and sends out a specific command. And then when you push it down again, it...
... you I need a button that will jog a machine while the button is pressed and stop jogging as soon as the button is released. I have the Amulet connected to...
Allen, You brought up a clever way to perform one function while a button is being pressed and then perform another function once the button is released. I...
Oh woe is me, I am stuck in debugging hell and I think I need a little help! I have got a page that has four slider bars and four string wdigets describing the...
Hi all, This is the code that I am using with slight modifications four times over <applet name="BarSlider" codebase="../Example1" code="slider.class"...
Adam, Well, I just made a page of my own with four separate sliders with four separate initHrefs. It seems to work fine. I am assuming you are using version...
I tried this and it did not work. The RPC#2 gets sent out and stops when the button is un-pressed but the RPC#4 is never sent. I have 6 get strings on the...
Allen, Sorry. I just checked on version 2.1.9 and it doesn't work. I did my test on the Beta Build 7 and it worked fine. I remember now what the problem is....
Hi Jim, My bad!!! Had my circular buffer porly implimented so that I got intermitant failures. So just a short note to say that its all working fine now....
I'm really enjoying the new firmware update. setx() and sety() are really useful. How long until we can get stringout() to go along with byteout()? I'd like to...
I want to do the following, <meta http-equiv="REFRESH" content="0,0.01;URL=Amulet:internalRAM.string(6).setValue (Amulet:UART.string(6).value())"> In other...
Philip, There are various ways to initialize internal RAM. In your case, try sending an Amulet Set String Variable command (D7) over the UART. For example,...
How can I send a string located in internal RAM out the UART. I do not want to send some known string. The string in RAM will change so how can I send it out...
Phil, I just double checked and you can send a string located in internal RAM out the UART. I used a function button with the following parameters: <APPLET...