BASIC STAMP USB to SERIAL
SpanierFIU
Posts: 6
Computer does NOT recognize the USB connection thru the serial cable. It appears in the Device manager,
but BASIC STAMP Editor software doest NOT recognize the BASIC STAMP.
Please advice ASAP. Thank you
but BASIC STAMP Editor software doest NOT recognize the BASIC STAMP.
Please advice ASAP. Thank you
Comments
Thanks for the quick response.
Check that there's power applied to the Stamp. The Stamp processor has to actively communicate with the PC to tell it its version (for Identify to work).
What kind of USB to serial adapter are you using. Some do not implement all the signal lines properly (DTR in particular has to work properly). Sometimes the timing in the driver adds enough in the way of delays that the PC doesn't recognize the Stamp.
Port Settings:
Bits per second: 9600
Data bits: 8
Parity: None
Stop bits: 1
Flow Control: None
Advanced..
Use FIFO buffers enabled
Receive buffer: High (14)
Transmit buffer: High (16)
Drivers for XP (Vista not supported):
http://www.prolific.com.tw/eng/downloads.asp?ID=31
regards peter
ive got the same problem as you did
[noparse]:([/noparse]
It is very unlikely that the problem is with the Stamp or the Stamp Editor. You really have to go carefully through the other items:
1) Do you have a proper USB to serial adapter or a real serial port on your PC? It must implement the DTR signal.
2) Do you have the proper USB to serial I/O driver installed properly?
3) Do you have a "straight through" serial cable with DTR implemented?
4) Do you have proper power supplied to your Stamp?
proper power supply = check
ive tried to install the usb-serial converter driver provided by cliptec (www.cliptec.com) but it does not recognized by windows but hopefully the recent driver is compatible enough
if the DTR checkbox is checked but CTS is not lit (BS editor debug terminal), does it means that the converter did not implement DTR signal?
thanks
theres nothing wrong with my serial converter..the problem is with the voltage supplied.
i found out that there is voltage drop from 4.5v to 4.48v when the supply is connected to BS2, which i thought was ok to operate the stamp.
then i increase the supply voltage to 6.0v (voltage drop at 5.98v) and walla, my BS2 is alive ahhaha
thanks for your help [noparse]:)[/noparse]
and happy stamping
best regards