The story so far :-
I am experimenting with cross compiled programs for the Humax. I used telnet to have a “poke around” and saw there was a complex ecosystem so have stuck to static programs. I have uploaded to “My Photo” (where else do you put snapshots ?) and had no problem with simple programs (e.g. deliberately producing segment traps, illegal instruction traps, bus errors etc. to confirm errors did not interfere with recoding/playback occurring at the time).
When I started creating programs with a non-trivial execution time, I started to get disconnects. I read the telnet protocol and found it was the client that was responsible for keeping the link alive. HyperTerminal is bundled with xp, so I looked at it’s specs and it is incapable of doing anything to keep alive.
I searched the web for alternatives and putty was highly recommended for it’s keep alive capabilities as well as being listed as useful in the wiki. The web tutorials gave a tick box and a time (I set to 60 seconds: putty configuration is attached in case the solution is that I just need new glasses i.e. I missed something).
I started using putty and an alert came up saying that the host had disconnected. Next step uninstall third party firewall and disable windows firewall, no change. My trusty network analyser told me the disconnect was being sent to the PC. My network is done “the hard way” i.e. every device has it’s IP address set manually and are connected together by a 128 port switch. I wondered if the switch had developed a fault so I found a cross over cat 5 cable and connected directly, no change.
The telnet prompt is not the standard linux prompt so I wondered if telnet itself had limit(s)?
I have tried looking in the standard linux places for the limits and have not been able to find them. Any reasonable suggestions on a way forward will be welcome as I am doing this out of intellectual curiosity.
I am experimenting with cross compiled programs for the Humax. I used telnet to have a “poke around” and saw there was a complex ecosystem so have stuck to static programs. I have uploaded to “My Photo” (where else do you put snapshots ?) and had no problem with simple programs (e.g. deliberately producing segment traps, illegal instruction traps, bus errors etc. to confirm errors did not interfere with recoding/playback occurring at the time).
When I started creating programs with a non-trivial execution time, I started to get disconnects. I read the telnet protocol and found it was the client that was responsible for keeping the link alive. HyperTerminal is bundled with xp, so I looked at it’s specs and it is incapable of doing anything to keep alive.
I searched the web for alternatives and putty was highly recommended for it’s keep alive capabilities as well as being listed as useful in the wiki. The web tutorials gave a tick box and a time (I set to 60 seconds: putty configuration is attached in case the solution is that I just need new glasses i.e. I missed something).
I started using putty and an alert came up saying that the host had disconnected. Next step uninstall third party firewall and disable windows firewall, no change. My trusty network analyser told me the disconnect was being sent to the PC. My network is done “the hard way” i.e. every device has it’s IP address set manually and are connected together by a 128 port switch. I wondered if the switch had developed a fault so I found a cross over cat 5 cable and connected directly, no change.
The telnet prompt is not the standard linux prompt so I wondered if telnet itself had limit(s)?
I have tried looking in the standard linux places for the limits and have not been able to find them. Any reasonable suggestions on a way forward will be welcome as I am doing this out of intellectual curiosity.