Hello, David, Thursday, March 13, 2003, 10:32:34 AM you wrote:
DM> On this subject, I can compile and load the TCPIP example fine, however DM> the page loads fine once, it will refresh fine, then it will time out DM> everytime you try to refresh, I have tried it on mozilla, konqueror and DM> lynx, you can still ping the MSP430, but you can not get any http data DM> back from it. Any ideas? This is known feature, but with IE all work OK by default. AFAIK, this TCPIP stack don't know anything about HTTP1.1. You can try to select HTTP1.0 protocol (Mozilla: Preferences->Advanced->HTTP Networking, Use HTTP 1.0 in Direct Connection Options, uncheck also Enable Keep-Alive). Victor.