Newbie help, pBasic Identify problem
Sunderland
Posts: 1
I'm not sure if I'm posting this in the correct section, but I'm having a simple problem and can't seem to find the solution searching the forum.
My computers are somewhat new and do not have serial ports on them, so I purchased a USB to Serial cable (the serial end has two ends, DB9 and DB25). I installed pBasic, plugged the USB and DB9 ends in to their respective places, but when I run pBasic and try to identify, all I get is an error that says no usable serial ports found. I'm sure that USB to Serial communications is possible as Parallax sells an adapter for it, but I seem to be overlooking a step or two.
Any help is appreciated
My computers are somewhat new and do not have serial ports on them, so I purchased a USB to Serial cable (the serial end has two ends, DB9 and DB25). I installed pBasic, plugged the USB and DB9 ends in to their respective places, but when I run pBasic and try to identify, all I get is an error that says no usable serial ports found. I'm sure that USB to Serial communications is possible as Parallax sells an adapter for it, but I seem to be overlooking a step or two.
Any help is appreciated
Comments
You do have to have the proper USB driver for the adapter you're using.· Go to the manufacturer's website for their most recent driver version and install that, then try again to identify the Stamp.
Follow in editor:
Menu Edit _Menu option Preference _Tab· Editor Operation _ Group Port and Download Management – Selection Default Com Port – Use combo box arrow to see how many COM ports your OS see as active.
Select AUTO option.
·
Remove / disconnect your Stamp power supply.
Unplug the DB9 connector from your stamp.
·
Load or build simple test program in your editor· and select Run.
Move the error message out of your way·to see how many COM ports Stamp editor identified – it will match what you have verified using the process above.
Identify which COM port you think you stamp should be using. The Loopback will read No.
Plug the DB9 connector back to your hardware.
DO NOT POWER UP YOUR HARWARE!
Run you test program again. The selected port Loopback should read Yes.
You have verified that your COM port is seeing the hardware “loop” pins 6 and 7 connected.
Your USB adapter is also working to a degree.
Power up your stamp setup. Run your test program again and verify that you still have the DB9 “loop” connected.
If you see Echo as No – your Stamp is not responding and your troubleshooting options are many.
Power level, serial interface hardware (missing Tx and Rx wires in DB9 ), etc.
Good luck.