Frank Please add these to my "wish list" 1. Max & Min if (condition = true) then variableX = variableX+1 max 22 variableY = variableY-1 min 3 end if 'this...
14259
Michael Puchol
mikepuchol
Sep 1, 2003 7:45 am
I have used successfully crystals in conventional packages, both low profile and standard, and in SMD format such as SXE. Regards, Mike ... From: "Tom Becker"...
14260
mknight73
Sep 1, 2003 10:21 am
I am writing a program at the moment that accepts data in via a serial port (Com3) and then carries out a manipulation on that data. My problem is that if no...
14261
Dave Houston
dhouston42
Sep 1, 2003 11:01 am
This waits for 1/4 second. Dim timeout As Single Dim data As Byte timeout = Timer + 0.25 Do If Timer > timeout Then Exit Do End If If...
14262
Tom Igoe
tomigoe
Sep 1, 2003 11:14 am
... Good idea, but I don't think the BX can handle the serial speed of DMX. 250K is higher than it can do. -- Tom Igoe...
14263
William Keith
wrksparky
Sep 1, 2003 2:20 pm
Thanks for the reply! I meant series... whoops I have a few of each and wanted to order the correct item. Bob ... From: "Tom Becker" <gtbecker@...> ...
14264
Patrick B. Murphy
colossians1_10
Sep 1, 2003 2:40 pm
Hi airmaled and Trevor, thanks for your responses. From what you say using WaitForInterrupt as a task isn't the right approach. Earlier I tried using it in the...
14265
Cory Heisterkamp
eldocountry
Sep 1, 2003 6:22 pm
Hey Guys, Well, I've got a new problem. It seems my hardware intterupt no longer works. I just recently switched to a different computer with the latest ...
14266
Frank Manning
frankmanning...
Sep 1, 2003 6:36 pm
From: Cory Heisterkamp <cory02@...> ... I'd guess you have a stack overflow here. StackEncoder reserves 33 bytes for the task stack, of which 15 is taken...
14267
James Belcher
fixstuff999
Sep 1, 2003 6:37 pm
it will do 400K +. Use an RS485 conversion chip, like the MAX485 and your in business. ... From: Tom Igoe To: basicx@yahoogroups.com Sent: Monday, September...
14268
Cory Heisterkamp
eldocountry
Sep 1, 2003 7:01 pm
Frank, is there a way I can figure how many bytes to allocate to StackEncoder? I'm a little fuzzy on the memory allocation and I have over 600 lines of code....
14269
Frank Manning
frankmanning...
Sep 1, 2003 10:28 pm
From: Neil Jepsen <njepsen@...> ... OK, good idea. We could define something like min and max functions for the system library. ... Endif is a tough...
14270
Neil Jepsen
neil_jepsen
Sep 1, 2003 10:55 pm
Great Frank.Thanks. The max and min is something that would be very useful for me. The end if and elseif is not important. It just catches me out sometimes...
14271
Frank Manning
frankmanning...
Sep 2, 2003 1:16 am
From: Cory Heisterkamp <cory02@...> ... There's a section in the OS reference manual on measuring a task's stack usage. Also check out message 13718 (28...
14272
Paul Little
gkpcal
Sep 3, 2003 8:00 am
Kiko, Are you trying to tie this to an existing control system? How will the BX-24 get input to know what level of output you need? How many dimmers circuits...
14273
Ronald Ross
dml_antarctica
Sep 3, 2003 3:05 pm
Frank, I finally got the Atmel AT25HP512 64k EEPROM from Digikey and modified my BX24 to use the extra memory. I added the DIP version, since I'm still waiting...
14274
Tom Becker
b19063
Sep 3, 2003 3:48 pm
... Oh, oh; code bloat ahead! Remember, Bill Gates said that no one would ever need more than 640K, then somebody gave him 2MB of RAM and a 5MB drive; he got...
14275
Cory Heisterkamp
eldocountry
Sep 3, 2003 5:13 pm
Well, looks like it's not a stack overflow but some sort of problem with the bx-24. Pin 11 is unresponsive to any input. Very strange as everything else works...
14276
Frank Manning
frankmanning...
Sep 3, 2003 5:19 pm
From: Dave Houston <dhouston1@...> ... Or you can use the new timeout version of GetQueue, which was added to the system library at Dave's request. Code...
14277
Joseph Obernberger
josepho_ober...
Sep 3, 2003 10:26 pm
Hi, I would like to monitor two pulse train signals, but there is only one pin 11 which I can use with WaitForInterrupt. Is there a way to monitor two pulse...
14278
Frank Manning
frankmanning...
Sep 3, 2003 11:10 pm
From: Joseph Obernberger <joelori@...> ... I haven't tried it, but there may be a way to use pin 12 with Timer1, in addition to WaitForInterrupt....
14279
Dave Houston
dhouston42
Sep 3, 2003 11:36 pm
... I have tried it. There's a lot more overhead than with p11 and the time reported between rising edges is not very consistent. It does work as long as the...
14280
Joseph Obernberger
josepho_ober...
Sep 4, 2003 12:00 am
Thanks Frank, Unfortunately, the program uses COM1 and COM3 for datalogging and for a serial display. Is there any hardware solution? Thanks for any ideas!! ...
14281
Frank Manning
frankmanning...
Sep 4, 2003 4:35 pm
From: Joseph Obernberger <joelori@...> ... This should be OK. Timer1 doesn't confict with the serial ports -- the edge capture app note is incorrect...
14282
p_dubinsky
Sep 5, 2003 12:16 pm
Ronald, Care to help some of us lurkers by sharing a code snippet or two of your implementation of the 64K eeprom? TIA, Paul Dubinsky...
14283
David E. Basile
David_Basile
Sep 5, 2003 12:32 pm
I picked up some small LED Clusters that run off of 12vdc. The pdf file is at http://www.deathappeal.com/ledcluster.pdf but I copied the contents at the end...
14284
Ted Maczulat
ve7tfm
Sep 5, 2003 3:38 pm
Hello David Where did you get the LED Clusters??? Do you have any more specs??? I am looking for some ultra bright Red LED Modules with a very wide beam. One...
14285
David E. Basile
David_Basile
Sep 5, 2003 3:47 pm
Ted, I got these off ebay. I'm not doing anything hitech with them and planned on using them for a animatronic head in place of the eyes. The guy has them all...
14286
Sloan Thrasher
sloanthrasher
Sep 5, 2003 4:17 pm
Hi David! You should be able to control them pretty easily using a few resistors and a transistor. Basically, you use the transistor as a switch to connect the...
14287
David E. Basile
David_Basile
Sep 5, 2003 7:26 pm
Sloan, Novice speaking... According to some of the specs I found on the 3909 it will handle (P-FET 20V 10MA 0.3W) so if the max rating of the red leds is 30ma...