Basic Stamp 2 Connection Problem
bbzz24
Posts: 5
Hello,
I am new to Basic Stamp 2 and trying to establish a connection to it from my Windows XP PC but it just does not recognize the microcontroller. I have already installed the Basic Stamp Editor and the USB driver and connecting through a USB to Serial cable and the Windows Device Manager finds something, the USB-Serial Controller on the second image, but does not recognize what it is. The editor recongizes only port 1 on my PC. The microcontroller is connected to a 9V battery to the right, the jumpers to the left connect to pins 2(green), 3(yellow), 4(gray), 5(black) of a DB9 serial end. When I attempt to power the microcontroller through pin 21 at 5V from a motor driver, it blinks as if the microcontroller is not connected to the power according to the motor driver's documentation.
Please help if you have any idea what might be wrong with my setup.
I am new to Basic Stamp 2 and trying to establish a connection to it from my Windows XP PC but it just does not recognize the microcontroller. I have already installed the Basic Stamp Editor and the USB driver and connecting through a USB to Serial cable and the Windows Device Manager finds something, the USB-Serial Controller on the second image, but does not recognize what it is. The editor recongizes only port 1 on my PC. The microcontroller is connected to a 9V battery to the right, the jumpers to the left connect to pins 2(green), 3(yellow), 4(gray), 5(black) of a DB9 serial end. When I attempt to power the microcontroller through pin 21 at 5V from a motor driver, it blinks as if the microcontroller is not connected to the power according to the motor driver's documentation.
Please help if you have any idea what might be wrong with my setup.
Comments
Hence the ? with ! Icon.
You have COM1 available ( Active per Device Manager) . What is stopping you from using it?
Mike is being very nice, but using generic USB converter is a time consuming and eventually loosing battle.
Resistance is futile, you will be assimilated!
Vaclav
@Vaclav: I have three USB ports, one IR, and one 15 pin serial for my monitor, I tried all USB ports, it is not working on any of them.
Is the Board of Education Development Board (USB) possible solution to this problem?
I installed the driver for the USB adapter from a CD I had forgotten about, now I see the Basic Stamp 2 on port 4, the Loopback reads No, the Echo Yes.
What does this mean?
The Board of Education (BOE) USB Development Board has a built-in USB to serial adapter using the FTDI chip and is compatible with the driver included with the Stamp Editor. It is one possible solution to this problem. You can also get a Parallax USB to RS232 serial adapter. This does still require the capacitors. The BOE USB Board has the capacitors built-in.
Loopback can be No and the Stamp and Stamp Editor will still work. It's just a warning that something else may be broken.
Thanks for the guidance.
I was thinking about the USB to RS-232 adapter, but I simply do not have the time to wait for an overseas order. I could execute the Hello World command, so I can continue with BS2 as it is my preferred microcontroller.