Hi, You have to consider how busy is the cpu and how long is your program to execute. This will limit your output frequency. rosarite ... From: z016479...
23271
vanquish27@...
vanquish27
Mar 17, 2010 4:46 pm
Hello! I was wondering if anyone could help me. I have been trying for a month to program my BX-24 robot, using 2 Sharp IR sensors, to simply follow a free...
23273
Chris H.
robotlogic
Mar 18, 2010 7:37 pm
Try this: Const LeftIR As Byte = 15 Const FrontIR As Byte = 14 Const LeftMotor As Byte = 4 Const RightMotor As Byte = 5 Sub Main() Call PutPin(LeftMotor, 0)...
23274
vanquish27@...
vanquish27
Mar 18, 2010 8:48 pm
Hey thanks for your response buddy! You solved all my errors it seems. The program now compiles and downloads to the robot. The only issue I have now is......
23275
Chris H.
robotlogic
Mar 18, 2010 8:50 pm
Alex, What robot are you using? Are you using REAL servos for the wheels? What pins are thing connected to? CHris...
23276
senghoetoh
Mar 19, 2010 2:37 am
Hi, I new in this product. Can anyone tell me with a BX-24 development kit, is it possible to use a 2x16 LCD which is not from netmedia? I notice that for...
23277
rosarite@...
tauromayo5
Mar 19, 2010 2:57 am
Hi, There are two type of LCD communication. One is serially and the other is parallel. The serial require only three wires and the parallel require 8 bits...
23278
senghoetoh
Mar 19, 2010 12:32 pm
Hi rosarite, Thanks for the information. Regards, Toh...
23279
vanquish27@...
vanquish27
Mar 19, 2010 3:47 pm
The robot I'm using is the Robodyssey Mouse w/ Navigation Pack. The 2 servos I'm using are Futaba S3004. I'm also using 2 Sharp Infrared Sensors model#...
23280
Chris H.
robotlogic
Mar 19, 2010 4:07 pm
In that case maybe you start with one of their BX-24 demo programs. Like this one: ...
23281
ChrisW
hiflyer2112
Apr 17, 2010 5:04 pm
Ok, I've been working on this problem for a while - I have a Picaxe sending data to a BX-24. I've ironed out the issues on the Picaxe side, but I've got the...
23282
ChrisW
hiflyer2112
Apr 17, 2010 6:57 pm
Ok, still tinkering - I now get 10 bytes in, when the Picaxe sends 5...here's what I have now ... Option Explicit dim com3_out(1 to 50) as byte dim com3_in(1...
23283
ChrisW
hiflyer2112
Apr 17, 2010 7:04 pm
A little background: I have 2 data streams, (128, 1, 0, 0, 0) and (128, 2, 0, 0, 0) I send one or the other, and the last program is giving me this: ...
23284
ChrisW
hiflyer2112
Apr 17, 2010 8:21 pm
A little more light... I tried using one of my BS2's to send the same 5-byte stream to the program, and it seems to be working perfectly...the other Picaxes...
23285
ChrisW
hiflyer2112
Apr 17, 2010 9:01 pm
Ok, got that sorted out...the Picaxes don't do 2400 too well, working fine at 1200......
23286
ChrisW
hiflyer2112
Apr 17, 2010 9:03 pm
I'm using Com3 to send & receive data, and my incoming speed is limited. I'd like to open 2 serial channels, one at 1200 baud, the other at least 9600 if not...
23287
Tom Becker
b19063
Apr 17, 2010 10:11 pm
... COM1 can run up to 115200. Tom...
23288
eurolcdx
Apr 20, 2010 4:32 pm
I'm a newbie to BasicX and programming in general. Has anyone got some guidance (sample code) on how to count slow pulses (from a Hall Effect Sensor). Pulse...
23289
David Sousa Mendes
davidsousame...
Apr 20, 2010 8:37 pm
Here goes my piece of code used to count time between 2 consecutive pulses... Hope it helps Public Wind_Speed as integer ' Tem que ser public...
23290
ChrisW
hiflyer2112
Apr 22, 2010 5:42 pm
I'm trying to do some math, and I'm getting hit with weird results. Here's a basic test routine, where I create two byte arrays & try to copy one to the other...
23291
Tom Becker
b19063
Apr 22, 2010 5:53 pm
... Step -1? Tom...
23292
rosarite@...
tauromayo5
Apr 22, 2010 6:42 pm
Hi, Make the correction to your program as is indicated. Regards, rosarite ... From: ChrisW <hiflyer2112@...> To: basicx@yahoogroups.com Sent: Thu, Apr...
23296
Andrew Mathison
andrew.mathison
Apr 26, 2010 12:47 pm
Why are we getting spammed for Viagra from this member?????? Moderators, please put a stop to this asap, thanks in advance. Greetings from Andy Mathison ...
23297
Tom Becker
b19063
Apr 26, 2010 12:51 pm
Rosarite has been put back to Moderated status until he gets his email client cleaned up; you'll see no more of those messages under his ID. He's no spammer;...
23298
ChrisW
hiflyer2112
Apr 28, 2010 4:16 pm
How do you define COM1?...
23299
Tom Becker
b19063
Apr 28, 2010 5:13 pm
... COM1 is predefined, uses inverted logic on pins 1 and 2 on a BX-24, and can run from 2400 to 460800 bps. You must define your queues, open them with...
23300
ChrisW
hiflyer2112
Apr 28, 2010 6:27 pm
I'm trying to create a menu-driven program for the BX-24. Is there a command similar to BASIC's INPUT?...
23301
eurolcdx
May 1, 2010 2:56 am
Hi, another newbie to BasicX and somewhat disappointed. I have used Basic Stamps previously. No issues-simple and worked every time. I can't get past the first...
23302
Tom Becker
b19063
May 1, 2010 6:32 pm
... loads code for LCD Driver, Relay Driver, Sound Drivers etc. All seem to do nothing. Do I need all of these files, all of the time? No, they are support...
23303
ChrisW
hiflyer2112
May 8, 2010 8:23 pm
I'm using a Board of Education, not much I can do about the connections...I can make do with Com3, however, if I can switch the inverted signal to...