Re: [ES40-developers] Patch: Restart Serial Connecton on Disconnect
Status: Alpha
Brought to you by:
iamcamiel
From: Brian W. <bdw...@in...> - 2008-02-29 14:25:08
|
On Fri, 2008-02-29 at 11:36 +0100, Camiel Vanderhoeven wrote: > Hi Brian, > > I've applied your patch in a slightly modified form. Rather than > having the port number a member of the "state" structure, I put it > outside the state struct (that way, you can take your state-file to a > machine that uses a different telnet port); also, rather than creating > an extra "config" variable, I've used the existing myCfg. > I couldn't find the config so I made a new one ;) Yeah, it makes more sense to put the actual port outside of the state. Brian > Camiel. > > On Thu, Feb 28, 2008 at 3:51 PM, Brian Wheeler <bdw...@in...> wrote: > > This one has been bugging me for a while. Occasionally I'll > > accidentally close the console serial session and there was no way to > > reconnect. This adds socket-disconnect logic and pauses the emulator > > while either the serial action is restarted, or until a connection is > > made to the port. > > > > Brian > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Es40-developers mailing list > > Es4...@li... > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers |