Usb2ser
I recently purchased two of these from Parallax.· Upon plugging each of them into a USB port there was no trouble and everything set up as predicted.·
After installation I pulled up the Basic Stamp Debug screen and typed in some gibberish and sent it to the associated com port.· The blue LED blinked rapidly for a short period (about a second) and then stopped. This made me assume that the entire string got transmitted.· For each of the two units this worked twice.· Now if I send a string I just see a s single, very fast, blink of the blue LED.· A scope on the TX line shows nothing but a steady 5 volts when I try to transmit.
Any thoughts on this.· Am I doing something wrong?
Chris I.
After installation I pulled up the Basic Stamp Debug screen and typed in some gibberish and sent it to the associated com port.· The blue LED blinked rapidly for a short period (about a second) and then stopped. This made me assume that the entire string got transmitted.· For each of the two units this worked twice.· Now if I send a string I just see a s single, very fast, blink of the blue LED.· A scope on the TX line shows nothing but a steady 5 volts when I try to transmit.
Any thoughts on this.· Am I doing something wrong?
Chris I.
Comments
You've not given enough information to help much. A schematic and a more detailed description of what works and what doesn't work and the order of things would help.
As has been pointed out however we can only be specific with our answers when we have specific information. However, just a thought, you do know that if you have a USB serial port open and you unplug the USB cable and plug it back in again that it won't work properly. You have to have the port closed then plug in the USB serial then open the port. Just a guess.
Another guess you said you get a short blink but you see nothing on the scope. It could be that there is a very fast transition that you missed on the scope because the baud rate could be set very high on the USBSER. Unplug and check your settings.
*Peter*
Chris I.
Sounds like your PC found the driver automatically from the net or that it was installed for some other USB device that uses FTDI chips, but it doesn't load from the chip. I think the Parallax software that you installed probably installed the driver anyway.
Still, it's insufficient information or maybe it's just an insufficient test setup. Doesn't sound like you were trying to echo characters back or anything. Don't get your TX and RX lines mixed as it usually means TX from the source but sometimes that term gets used to indicate that you must connect it to TX, so in reality the pin marked TX is really an input.
*Peter*
P.S. muck about, probe the other pins.
It looks like you were correct in your first post.· I just wasn't seeing it on the scope.·It was too fast.
·I opened up another terminal program and typed in about 1000 characters followed by a <CR>.· The signal lasted about a second.· Plenty long enough to see it on the scope.
My bad.· Sorry to bother you guys.· Thanks for your input.
Chris I