Page 1 of 1

debug TD1205P

Posted: Sat Apr 29, 2017 3:59 pm
by escalanterj
Hello,

I wanna make a development board in order to have the IO available with more space, but at the same time I want to be able to see what si going on via SSH. Could somebody tell me which lines do I need to connect to the EVB in order to have access via ssh? I tried to connect RX, TX, Reset, VCC and GND, but is does not work, It only works when I connect DB2 and DB3, but thes last two are not needed in theory, right?

thanks
BR

Re: debug TD1205P

Posted: Mon May 15, 2017 8:13 am
by mstempin
SSH is a Secured Shell protocol on top of TCP/IP, so it is not supported by the modules.

The modules provide a simple UART with RX and TX, s oif you use an appropriate cable to convert to plain RS232 or USB ("FTDI" cable), you will be able to access the board from a serial terminal emulator such as PuTTY, TeraTerm or RealTerm, provided that you specify the correct UART configuration @9600bps, 89 bits, 1 stop bit, no parity and no hardware/software flow control. Be careful as the RX and TX singals may need to be crossed or not.