Please help!!!
I am a student at singapore. and i am given a project to do on "SUMOBOT COMPETITION KIT"
this is the first time i am doing a robotics![:( :(](https://forums.parallax.com/resources/emoji/frowning.png)
i am totally lost.
i am having this problem that when i link the robot to the pc using SERIAL Cable.
There is this pop out that say the no BASIC stamp found when i try to found it identification.
and my robot would start running around. i try to check online to find out ways to solve them.
but they been asking me to double check my "stamp"
but it already surface-mounted when i open up the kit.
PLEASE HELP ME !!!
THANK YOU !!!
this is the first time i am doing a robotics
![:( :(](https://forums.parallax.com/resources/emoji/frowning.png)
i am totally lost.
i am having this problem that when i link the robot to the pc using SERIAL Cable.
There is this pop out that say the no BASIC stamp found when i try to found it identification.
and my robot would start running around. i try to check online to find out ways to solve them.
but they been asking me to double check my "stamp"
but it already surface-mounted when i open up the kit.
PLEASE HELP ME !!!
THANK YOU !!!
![:D :D](https://forums.parallax.com/resources/emoji/lol.png)
Comments
switch 0-No Power
switch 1-Power PCB
switch 2-Power PCB & Servos
when i try to Run i am using switch 02 which power the PCB and Servos
atleast that way it wont try to run away from you
changed. but its not trying to run anymore.
but i still cant find BASIC stamp
LOOPBACK : YES
ECHO : NO
' {$STAMP BS2}
' {$PBASIC 2.5}
'
[ I/O Definitions ]
LMotor PIN 13 'Left Servo Motor
RMotor PIN 12 'Right Servo Motor
'
[ Constants ]
LStop CON 750 'Left Motor Stop
RStop CON 750 'Right Motor Stop
'
[ Initialization ]
Reset:
LOW LMotor 'Initialize motor outputs
LOW RMotor
'----[ Program Code ]
Main:
DO
PULSOUT LMotor,LStop 'Stop Left
PULSOUT RMotor,RStop 'Stop Right
PAUSE 20
LOOP
END
i have try other command as well..but it end up the same results
instruction from the book to test run the robot
but i my Serial Port is doing fine.
i just check them. so is the cable
and before me there is people who did this project using the same kit with me and its work for them
they are fine.
but mine is already mounted on when purchases
i wonder if it is mounted right is a pin bent maybe? or mounted backwards?
no pin is "outside".
and i am doing test run, there is nothing to be place on the breadboard.
the connection?
dirty,
some how it is not making the proper conection. or it is bad
thank you
' {$PORT COM1}