Hi,
you sign sign up to the betas list using this link:
http://the-meiers.org/mailman/listinfo/ ... meiers.orgYou will get the betas URL with login credentials in the registration e-mail.
ornea wrote:3. The built in HTTP server seems so close to providing the functionality of mapping serial port to http port aka Serial2TCPBridge. i.e. it allows you to send and receive terminal text just not in real time. Ever considered just mirroring text to a browser window with websockets or is that way harder than it sounds
Yeah, that is way harder than it sounds
The built-in HTTP server is extremely simple (and therefore very limited). All it does is listen to POST requests that contain a terminal ID, an OP code, and an optional argument. There isn't a good way to make this interactive.
Writing a custom Python script would be the better way to go. The CoolTerm module included with the CoolTerm download interfaces with the Remote Control Socket, and you can use it to connect to CoolTerm running on a remote machine and access all of the CoolTerm functions, including toggling RTS, etc. And you can program your script to be as interactive as you like.