Is the code someplace where we can see it, like github or source forge? Hard to get help if not.
How does it work? I would guess it's all event driven. One debug technique is to rethink the design. I just read here that there exists a tboltd that is a multiplexer for the serial port. Maybe use that so LH does not access the serial port at all. Likely that is what most users would want anyway. On Apr 22, 2016, at 3:28 PM, Mark Sims <[email protected]> wrote: >> This is great news. Will the code be available for inspection / >> modification?Yes. It is the same source code as the current version. Just >> compile under Linux and voila... The code currently has a no-commerical >> copyright on it, but I am going to GPL it (if I can ever figure out what GPL >> to use). > I have the serial port code working, but something weird is going on. It > acts like the serial reads are blocking (but a test loop shows it > non-blocking). Net result is I can get it to update the screen but not > access the keyboard/mouse or I can access the keyboard/mouse, but not update > the screen (unless you are moving the mouse). Figuring out what is going on > is not going well... > > > > > _______________________________________________ > time-nuts mailing list -- [email protected] > To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there. _______________________________________________ time-nuts mailing list -- [email protected] To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts and follow the instructions there.
