Cannot transfer program to Basic Stamp -
hiren97
Posts: 9
Hi,
I wrote program for BS2 in editor which compiles..
I have connected the module with USB with my computer...and connect a 9 V DC battery....
editor software complains "No BS2 found"....also what is the deal with COM port settinngs ??
Please help..I have due tomorrow...
Hiren Patel
hiren97@yahoo.com
I wrote program for BS2 in editor which compiles..
I have connected the module with USB with my computer...and connect a 9 V DC battery....
editor software complains "No BS2 found"....also what is the deal with COM port settinngs ??
Please help..I have due tomorrow...
Hiren Patel
hiren97@yahoo.com
Comments
Dave
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dave Andreae
Parallax Tech Support·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Equipped with his 5 senses, man explores the world around and calls his adventure science
·
-Edwin Hubble
·
I bought kit againn..now evertyinh works....parallex guyz just wanted me to buy anoher kit..!!
CASE Close..
Hiren patel
Thanks all..
I had purchased a Propeller Starter Kit and on the board consists of leds which I tested the outputs.· Parallax and me were sending emails back and forth to each other and finally Parallax gave me a RMA number and I shipped the board to them and they tested it.·· Well, to make a long story short, it turned out the outputs are shared with resistors that creates the VGA output and P18 to P23 will float unless they are pulled low.·The board was not defective and they shipped the same board back.· The point I am trying to address is many problems are caused by the technician itself.·
In closing, ·I seriously doubt that Parallax tricked you into buying a new board and I hope you continue to do business with Parallax.
Regards,
Joseph
·
Dave
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dave Andreae
Parallax Tech Support
Post Edited (Dave Andreae (Parallax)) : 7/18/2008 2:47:52 PM GMT
·
Another thing to check, and I have seen this on very rare occasions (but consistent with a particular program) where it takes several CTRL-R's for the stamp to take on a "new" program.· This usually only happens if the Stamp program was designed to write to the serial port via pin assignment 16 as one of the first lines of the execution code.· When I experienced this, a simple fix was to put a do nothing delay for the first line of execution before the serial output instructions.
·
Can you post your code?
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.
You do say if· this a laptop
I have lap top and if I put the USB to serial adapter with power to Basic Stamp my
lap top think it is a mouse and will not let me do any thing at all until I unplug it
Try USB to your computer let it see your USB device and then hook it your board
Just an· ·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
··Thanks for any··that you may have and all of your time finding them
·
·
·
·
Sam
Just to verify, does some other PC consistently and normally download programs to your BASIC Stamp without any second tries or delays?
Andy
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Andy Lindsay
Education Department
Parallax, Inc.
It's rare, but every once in a while, you'll come across a program with a DEBUG string at the beginning that causes Windows to think you connected a serial plug and play device. You can fix this problem by adding PAUSE 1000 as the first command that gets executed. It has to come before any DEBUG strings.
Andy
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Andy Lindsay
Education Department
Parallax, Inc.
Thank You for your reply
You can fix this problem by adding PAUSE 1000 as the first command that gets executed. It has to come before any DEBUG strings.
I will keep this in mind···
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
··Thanks for any··that you may have and all of your time finding them
·
·
·
·
Sam