Close. Try this: SEROUT 1, 16780, [DEC REVS, " rpm", 10, 13] The 'DEC REVS' will output the value converted to a decimal ascii string representation....
Oh, please, let's not flame war over this. His question was, if you've found XOUT in the manual, how do you know for sure there is no XIN, even if you can't...
I respectfully disagree with you, Allan. Web forums are a great resource, but should not be considered a replacement for manufacturer's documentation. My...
... my ... I hate to add to the OT but... MS has a file, index.dat that keeps all sorts of records of your surfing. of course, it's a hidden file. What I did...
Hi, how knows the market model or the technical specifications of ir- led and ir-receiver that Parallax sells? Im experimenting problems with a standard ir-led...
c1aird, Try: SEROUT1,16780, (DEC revs, "rpm",10,13) The DEC argument tells the Stamp to display the var revs as a number, instead of ASCII. Hope this helps, ...
Jonathan Peakall
jpeakall@...
Aug 1, 2003 2:31 pm
34344
hey everyone, I'm using qbasic to talk with my stamp via a serial connection. One site which had example code for this type of application said that one must...
yeah, the resistors may be the problem. this is because the cmu cam has a max232 on it which is made to convert the serial signal from a computer to an...
I'm working from memory, but I believe the DTR pin on the serial port is used to reset the stamp prior to programming. It should be disconnected or off when...
I need a microsoft access database to talk to a stamp, probably via the serial port. I've seen some discussions here about using visual basic to do that and ...
a dirt cheap way to do it would be to tell access to save stuff into a .txt file, which qbasic would then read, and send to the stamp. qbasic would then get...
I see something different (in the ordering of channels) than what the manual for ADC0838 describes when interfacing the ADC0838 to BS2p for measuring 8 analog...
Maybe you want to look at: the SaxComm object on http://www.sax.net/activex/comm/default.aspx various Communications Tools on http://lvr.com/serport.htm (about...
Yes, this should be doable. Due to the 'funny' Forms model used by Access, you may have to create a 'hidden' form to put the VB6 Pro 'MSCOMM' control on, so...
Hi Mohammed, The MUXBYTE logic as in the program seems to match the ADC0838 data sheet. However, (maybe this is a typo), a SHIFTOUT ... [MUXBYTE] to send the...
Thanks Tracy. I am sorry there was a typo. I did not copy from the program (I retyped it and made a mistake). The statements should have read ... SHIFTOUT...
As a follup to my previous post, I found that using the correct MUXBYTE and using SHIFTIN ADCOUT,CLK,MSBPRE,[ADCRes\9] results in correct acquisition of...
gonzalo4321, i am currently using this setup and subprogram for my irdet view the attachment for the scematic. i'm sorry the scematic is a little messy ...
yahoo groups wouldn't let me send the attachment send me a personal message if you wan't the attachment sent directly to you also, i missed something the var...
Hi out there- I am interested in utilizing a Dallas Semiconductor 1-wire (an i-button, actually) ADD- ONLY memory in a project that I am working on. The...
Hi out there- I am interested in utilizing a Dallas Semiconductor 1-wire (an i-button, actually) ADD- ONLY memory in a project that I am working on. The...
Hi I know this is a little off of the subject, but could any one tell me if there is any free software or programs , or not free programs out there where i can...
Dear Allan, Thanks so much for your help, Allan. I did a google search for 'cm11' and found the entire command structure for the device. I need to decide now...
Leroy Hall
leroy@...
Aug 2, 2003 2:34 am
34367
Dear Allan, Thanks so much for your help, Allan. I did a google search for 'cm11' and found the entire command structure for the device. I need to decide now...
Leroy Hall
leroy@...
Aug 2, 2003 2:56 am
34368
AppNote 74 from Maxim, page 17, shows a diagram named 'TTL R/W all circuit' for programming the iButtom Add-Only EPROM. link: ...
Do you absolutely have to use the add-only eprom? An eeprom would simplify thing tremendously. See the BS2p demo board and the BS2p plus pack documentation -...