Hello, Can someone tells me where can I find the Servo.bas offered in page 4 of the Controlling Servos with BasicX ? Thanks [Non-text portions of this message...
2771
bahia
bahia@...
Jul 2, 2000 2:29 am
Hello, The MX-400 has three wires: One is orange, the other is red and the last one is blue. Can some one tells me which one is the ground, the Pwr and the...
2772
JohnEly@...
Jul 2, 2000 9:43 am
Hello, This question may be a little bit off topic, but I can't think of a better place to ask. I have been interfacing a Dallas Semiconductor temperature...
2773
Jon Hylands
jon@...
Jul 2, 2000 3:56 pm
... Dallas makes a 1-wire counter/RAM chip that has two 32-bit counters internally. The chip is a surface-mount 6-pin, and the part number is DS2423. You can...
2774
Jon Williams
jonwms@...
Jul 2, 2000 4:29 pm
You shouldn't hold your breath for an improved IDE. Since it doesn't generate revenue (like the hardware does), it's an afterthought -- and NetMedia isn't...
2775
Patrick Murphy
pmurphy@...
Jul 2, 2000 5:35 pm
If I may join in, have you tried the TextPad editor? The new version supports colorization and has a number of handy editing features. It does show the cursor...
2776
Jack Schoof
jschoof@...
Jul 2, 2000 10:16 pm
The next (or next next) revision of BasicX IDE will allow command line compilation. You guys can use whatever editor you like and we can get out of the editor...
2777
Johnson_rjl
hilldog@...
Jul 2, 2000 10:22 pm
Users: I have some BasicX components for sale. I have not had time to take advantage of my investment and am looking for a buyer. The items are: * BX-01...
2778
Johnson_rjl
hilldog@...
Jul 2, 2000 10:25 pm
Jack: That is an excellent plan to have the compiler separate. Would be good also to have the download tool separate also. Cheers.. Rich...
2779
Tom Igoe
tom.igoe@...
Jul 2, 2000 10:46 pm
While we're at it: Thanks, Jack, for your diligence to this list. You folks are making a great product, and your support of it makes it even better. -- -- Tom...
2780
Armin L. Schneider
schneider@...
Jul 3, 2000 9:18 am
... and a linux version... Armin....
2781
Victorf
vfraenc1@...
Jul 3, 2000 9:58 am
... Much as I grouse at times, I agree 100% with Tom. Thanks Jack for all your help and thanks to all the others at NetMedia who take the time to help us all...
2782
james.g.mansion@...
Jul 3, 2000 10:16 am
Is there any documentation on how the task management works within BX24? I put mine in a tight loop the other day and it wouldn't even honour break requests ...
2783
orthner@...
Jul 4, 2000 2:09 am
... This is a *great* plan. There are LOTS of good editors and there's no point trying to reinvent the wheel. ... Yes, I think everyone who uses the IDE...
2784
claikit@...
Jul 4, 2000 4:13 am
Okay...this is what I have done.. Connection wise should not be a problem. Can anyone teach me how to use the compiler to install the programme into the BX24...
2785
Victorf
vfraenc1@...
Jul 4, 2000 10:37 am
... The very next step is to read the fine manuals and figure this out for yourself. Thats why the manuals exist! You might even find out how to write a...
2786
JohnEly@...
Jul 4, 2000 10:57 am
... Make sure there is only one sub main (and its end sub). In order to avoid this problem, clear the editor screen before you paste your program. At this...
2787
Jon Hylands
jon@...
Jul 4, 2000 3:42 pm
... Or you could just press F2 to save the file, and F5 to compile/download/execute... Later, Jon ... Jon Hylands Jon@... http://www.huv.com/jon ...
2788
Tony Brenke
trbrenke@...
Jul 4, 2000 6:03 pm
I agree. the EditPlus2 is the cream of the crop that I have found so far. ... http://click.egroups.com/1/6137/8/_/565855/_/962676565/ ... ...
2789
claikit@...
Jul 5, 2000 1:16 am
let say I have a two dimension array. 10 01 Is it possible to AND,OR, this array with another two dimension array? let say 00 00 and get back 00 00 when AND...
2790
David Emrich
dav_ucc@...
Jul 5, 2000 1:52 am
... In theory, yes. You can (mathematically) define any matrix operator you like, to do whatever you want! It looks as if you've defined a Matrix-AND and...
2791
dexton_rivers@...
Jul 5, 2000 6:35 am
Hi there, i know that the difference between the GP2D05 and the GP2D05 sensors is that the GP2D02 is capable of measuring the distance from obstacles and the...
2792
Tony Brenke
trbrenke@...
Jul 5, 2000 5:09 pm
that can be done. but not programed. you wouold have to use a comparator. when the output reaches a certan voltage you will get a on out of the compairtor. as...
2793
Mike DeMetz
miked@...
Jul 5, 2000 8:34 pm
... The 05 has a pot ajustable trip point. The 02 has a serial digital output, so requires a micro. The 12 has analog output so could he connected to an Op-amp...
2794
rick012@...
Jul 5, 2000 10:37 pm
Hi. I was running version 1.4 of the LCD+ demo program on my LCD+ and when I went to read any ADC channel, the program generated a popup saying: "LCD+ Terminal...
2795
David Jabon
djabon@...
Jul 5, 2000 11:10 pm
A useful link is "Demystifying the Sharp IR Detectors" http://www.acroname.com/robotics/info/articles/sharp/sharp.html Basically, there are tradeoffs: low...
2796
Paul J. Csonka
csonka@...
Jul 6, 2000 2:39 am
Good afternoon, I'm running 2.95V to one of the ADCs on a BX-24. Using GetADC (integer version), the returned number is 624, on a 4.95V system. The number...
2797
Jack Schoof
jschoof@...
Jul 6, 2000 3:06 am
The reference voltage to the ADC goes through a 100 ohm resistor to clean up the voltage a little. If you are using some of the ADC pins to be outputs, it...
2798
Paul J. Csonka
csonka@...
Jul 6, 2000 6:07 am
Thank you Jack, What you say makes sense. I'm not using any ADC pins as outputs, but I'll keep that comment in mind. I will then just subtract this offset,...
2799
claikit@...
Jul 6, 2000 2:15 pm
Many thanks for your precious info..I got no idea that AND and OR stands for multiplication in matrix form... one more question.. if (z>=1.5) and (M<=1.2) and...