Hi, I am using WinXP and the standard jtag-adapter to establish a connection between my msp430f1121 board and the parallel port of the PC. GiveIO is installed and when I start msp430-rproxy.exe I see: .....
info: msp430: Target device is a 'MSP430F11x1' (type 2) notice: msp430-rproxy.exe: waiting on TCP port 2000 But now I start gdb and type / see: ... This GDB was configured as "--host=i686-pc-cygwin --target=msp430". (gdb) target msp430 localhost:2000 Timeout reading from remote system. (gdb) When I look at rproxy it shows: info: msp430: Target device is a 'MSP430F11x1' (type 2) notice: msp430-rproxy.exe: waiting on TCP port 2000 notice: msp430-rproxy.exe: connected I set remotetimeout to 999999 but without any effect. Could there still be parallel port issues even though the target is recognized? Thanks - Roland