I've measured 0-3.3V signal levels on the serial side of the converter. I think that should be OK.
Here is how it is connected:
Code: Select all
JP1.2 IDC 6 DB9
6 Data-Out -------> pin 2 RxD
2 /RESET <------- pin 7 RTS
4 Data-In <------- pin 3 TxD
3 GND -------- pin 5 GND
I have tried the interface in Hyperterminal and when I "dial" the RTS goes from 3.3V to 0V, when I "hang up" it goes back to 3.3V
I have ran the Debug_Tester and here is the result:
Code: Select all
Opening COM8
DCB paramaters:
DCBlength=28
BaudRate=38400
fBinary=1
fParity=0
fOutxCtsFlow=0
fOutxDsrFlow=0
fDtrControl=1
fDsrSensitivity=0
fTXContinueOnXoff=0
fOutX=0
fInX=0
fErrorChar=0
fNull=0
fRtsControl=1
fAbortOnError=0
fDummy2=0
wReserved=0
XonLim=34496
XoffLim=8624
ByteSize=8
Parity=0
StopBits=0
XonChar=17
XoffChar=19
ErrorChar=0
EofChar=0
EvtChar=0
wReserved1=0
CLRRTS
CLRDTR
SETDTR
SETBREAK
CLRBREAK
Purging RX and TX buffers
Reading up to 20 bytes to flush out spurious data
Didn't get any spurious data
Sending tEst command (45h)
Reading up to 20 bytes of response
Got no response
CLRDTR
SETDTR
SETRTS
CLRRTS
Purging RX and TX buffers
Reading up to 20 bytes to flush out spurious data
Spurious data read:
00
Sending tEst command (45h)
Reading up to 20 bytes of response
Got no response
SETBREAK
SETRTS
CLRRTS
CLRBREAK
Purging RX and TX buffers
Reading up to 20 bytes to flush out spurious data
Didn't get any spurious data
Sending tEst command (45h)
Reading up to 20 bytes of response
Bytes read:
D1
Got D1 instead of an ACK!