... I have that 21073h.pdf document but it does not tell me a lot to how match stamp with it. In fact, I want to log "month, day, hour and minute" of an event...
What happens if you program the Stamp on the desktop machine and then unplug the serial cable? Does it run okay then? It sounds like the Stamp is resetting....
Tracy, Been there, tried it all. If I program it from the desktop and remove the cable, it doesn't work. But if I plug the cable in from the laptop and...
StampPlot Pro Version 3 Release 2.1 is available for download. http://www.stampplot.com Remember, StampPlot Pro - Standard license allow FREE use by home and ...
... Just for kicks, try changing "tip1" from a WORD sized variable to a BYTE sized variable, and see what happens. The value is limited to 255 by the PWM...
Bruce, Been there tried that to. I declared 10 different variables 4 different ways and same result. Resc ... slow ... to ... ramp ... a BYTE ... by the...
I need help on the following application. I need to monitor a serial stream where the start of the stream is @@ + 121 bytes of data and the end 4 bytes. What I...
jpeakall@... Thanks for your response. My details were vague because earlier postings to the BS group were not getting any response. My BS2 was fried...
Frak, Get back to us when you can, and we'll help all we can. Counting loops sounds like the way to go for your application. We don't need to know what the...
A little USB cheat this month. As always at http://www.al-williams.com/som.htm -- enjoy! Al Williams AWC * NEW: Past Projects of the Month now Available: ...
... loops" the best idea for the timer portion of my project or is there a simpler way(I'm going to play with this option when I get my BS2 setup, up and...
... a 'compact ... recognize ... Tracy has a STACHE that you can move around, but I don't think it is a data retrival/storage device. I looked at the HOBO data...
Hi Mauro, You could try something like this: InterestingByte var byte SERIN 0,16468,[WAIT("@@"), SKIP 99, InterestingByte] The SERIN command above will...
What is the baud rate? That makes a difference for using the Stamp II for this purpose. It is no problem at 2400 baud, but it would be at full out 9600 or...
... Are you suggesting there might be a difference in the what ends up burned into the Stamp eeprom by the same program code on your two computers? That would...
Thank you for the reply. The baud rate will be 9600. I am ok in using a stamp II Thank you Mauro ... Stamp ... be ... data stream ... (hundredth) ... is @@ ......
Thank you for the reply. The baud rate will be 9600. I am ok in using a stamp II Thank you Mauro ... Stamp ... be ... data stream ... (hundredth) ... is @@ ......
Well, try the code that Russell suggested. If it doesn't work on your BS2 at 9600 baud, don't be too surprised. The code is good, it's just that the BS2...
Yes, writing to a Flash card has been done. Look for 'Stamp Drive'. And no, there is no Basic to C++ translator. The problems are many. First, a translator ...
Sorry for asking about this problem now (been busy last few weeks), but I couldn't get the code to repeat it. The motor only goes through the program once and...
From: "Kyle Cooper" <crazykurby@...> ... Yes, here too, Kyle. Can't remember where we left off exactly... ... I'm guessing, but I think you're probably...
... Some more info: The Stepper is supposed to be both Bipolar and Unipolar. It is an 8 wire motor, or rather two 4 wire sektions on top of each other, with 4...
I was talking about the program to waggle the rudders but it helps a lot that you went over that program too. thanks Gary sorry I wasn't specific. I went...
... to ... Does ... Hi Anders, the motor is really 2 section. each section has 4 wires so it is an 8 wire motor. Select one section and label it phase A,...
http://www.booyaka.com/~al/audio/projects/diy_midi_controllers.htm Simple question for anyone who may know the answer. In the section where it discusses...
From: "Kyle Cooper" <crazykurby@...> ... I speak subject to correction, but unless the PBasic 1.0 is different from my PBasic 2.5, I believe you must...
that's a send, the receive are optically isolated. A typical stamp isn't fast enough to do MIDI which is something like 31k baud. You'll need the sx one or a...
Before I changed the 2 to -2 the motor only went one way and stopped then after I changed it the motor went back and forth once. I cant figure out why it is...
Hi All, I am thinking of buying a CU40046MCPB-S VFD display. Has anyone used this or a similar unit? It is a 4X40, which I assume is actually two 2X40s...
I am trying to get my Stamp 2p to 'talk' to a DS2407 (TO92) type. I am having difficulity getting them to communicate over about 100feet. I am using a 1K...