What type of LCD? Serial? Parallel? The type that uses the Hitachi HD44780 or equivalent? If so, I have some code that will work fine. Bob...
2080
William Cox
william@...
Jun 1, 2000 12:30 pm
You can get the (active X) Control Creation edition for free. Do a search of MS page. -William ... From: <morpheus358@...> To: <basicstamps@egroups.com> ...
2081
Brian Gillis
Brian@...
Jun 1, 2000 2:56 pm
Anyone have any source for the Basic Stamp editor/compilers. I would love to add to the command set to make coding easier. Brian Gillis Gillis Software &...
2082
Al Williams
alw@...
Jun 1, 2000 3:11 pm
It's that time again. RS-232 stuff this month. Enjoy: http://www.al-williams.com/awce/som.htm Al Williams AWC...
2083
Kent_Dillin@...
Jun 1, 2000 4:19 pm
I think I have exactly what you need. Send me your mailing address and I will put a couple in the mail with some cable. Thanks Kent Dillin ASKENG Engineering...
2084
Jennifer Loiacono
jenl@...
Jun 1, 2000 6:04 pm
I need to implement a timer to run *in the background*, while the rest of the code continues to execute. Has anyone had success doing this, or does an...
2085
Al Williams
alw@...
Jun 1, 2000 6:16 pm
A PAK-VII can do this easily: http://www.al-williams.com/awce/pak7.htm Regards, Al Williams AWC *Floating point math for the Stamp, PIC, SX, or any...
2086
Dennis O'Leary
doleary@...
Jun 1, 2000 6:34 pm
Jennifer, Stamps don't allow foreground/background processing, so you need an external timer. That can be done with a crystal and a chip to divide its...
2087
jonwms@...
Jun 1, 2000 6:47 pm
In a message dated 6/1/00 1:06:59 PM Central Daylight Time, ... If your resolution requirement isn't tremendous, you can pull it off in software. Using a...
2088
Al Williams
alw@...
Jun 1, 2000 6:59 pm
... We aren't related? Rats. One other thing. If your looking for a timeout or something similar that isn't very critical, you can use a capacitor charging to...
2089
dakota
rfriedrich@...
Jun 1, 2000 7:53 pm
OK great I will try return the favor thanks richard richard friedrich 311 fm620 south #105 lakeway, texas 78734 ... From: <Kent_Dillin@...> To:...
2090
Robert McAtee
w5tnj@...
Jun 1, 2000 9:33 pm
The TI-34 calculator ~$19 will do that with ease. I'm sure there are others also. Works great..... ==Mac==...
2091
Jennifer Loiacono
jenl@...
Jun 1, 2000 11:56 pm
The calculator's always easiest, but just in case you really wanted to know, there are formulas: Binary/Decimal: Each binary digit is raised to the next power...
2092
Graham Huneycutt
dynamictech@...
Jun 2, 2000 2:13 pm
Is there any information on a stamp related 3 phase AC motor control. Would prefer an inverter type rather than phase control....
2093
Paton Dave-A13593
a13593@...
Jun 2, 2000 2:47 pm
I've found myself in the process of developing a test system for a black box of sorts (I know what it is, but I can't tell you. NDAs and all) with a rather...
2094
Tracy Allen
emesys@...
Jun 2, 2000 4:02 pm
... Shiftout does words: shiftout dpin,cpin,mode,[data\16] The \16 specifies 16 bits. You can use \1 to \16 in that position. Default is 8. ... form ... The...
2095
Bo Li
bxl27@...
Jun 2, 2000 5:10 pm
Does anyone know how to use Visual BASIC program to retrieve data which has stored in RAMPackB(EEPROM) after using BS2 to collect these data? How to make...
2096
Bruce
breyno2@...
Jun 2, 2000 5:21 pm
... From: "Bo Li" <bxl27@...> To: <basicstamps@egroups.com> Sent: Friday, June 02, 2000 11:10 AM Subject: [basicstamps] Visual BASIC and RAMPackB(EEPROM) ...
2097
Mitchell D. Miller
mdmiller2@...
Jun 2, 2000 5:32 pm
Hi All, Looking for a way to measure current in an automobile application. First thoughts were to insert a shunt into the circuit with a very low, but known ...
2098
Thomas Rose
tomrose@...
Jun 2, 2000 5:49 pm
Does anyone know where I can buy a legitimate copy of the latest quickbasic? TIA...
2099
Levi Ruiz
Levi@...
Jun 2, 2000 5:50 pm
It has been discontinued and cannot be purchased. I did see a copy on eBay a couple days ago. ... From: Thomas Rose [mailto:tomrose@...] Sent:...
2100
Martin Hebel
martin@...
Jun 2, 2000 6:35 pm
Hi, sorry for using the board for add space, but I also need help and am offering something in return. Below is the "Add", but right now I don't have time to...
2101
rjmca
rjmca@...
Jun 2, 2000 6:52 pm
Mitch: I would question the accuracy of inserting an analog switch between the source and measuring device; all solid state switches have some insertion loss...
2102
orthner@...
Jun 2, 2000 7:00 pm
... Hi Tom, I don't know what you need it for, but there are many other shareware/freeware/commercial alternatives to Qbasic now. Some are totally code...
2103
jonwms@...
Jun 2, 2000 7:13 pm
In a message dated 6/2/00 2:02:24 PM Central Daylight Time, ... I have several friends that swear by Power Basic -- www.powerbasic.com...
2104
A.C. Jacques
acjacques@...
Jun 2, 2000 8:19 pm
I don't want to start a quarrel , but seems to me that if a company cannot more sell or suuport a software then it should fall in the public domain. ...
2105
Tyson Whitt
tysonwhitt@...
Jun 2, 2000 9:38 pm
Hi, does anyone have any recommendations on a motion sensor and shock sensor that I can interface to the stamp? I'm not having any luck with the ones I have....
2106
rjmca
rjmca@...
Jun 2, 2000 9:50 pm
... From: rjmca <rjmca@...> To: <basicstamps@egroups.com> Sent: Friday, June 02, 2000 2:56 PM Subject: Re: [basicstamps] Analog Multiplexer / Switch ...
2107
rad0
rden0@...
Jun 2, 2000 10:26 pm
I saw a reference to a stepper motor with a "standard 23 frame size" what does this mean?? ... From: "Tim Goldstein" <timg@...> To:...
2108
Chris Rosney
c_rosney@...
Jun 2, 2000 11:02 pm
What do I need to control a small (32x120) graphical LCD display off the stamp? Can anyone recomend a good controler chip and show me how to interface it with...