js-dos icon indicating copy to clipboard operation
js-dos copied to clipboard

Serial Port & Modem Emulation

Open pheller opened this issue 3 years ago • 2 comments
trafficstars

Hello,

It would be great to have support for serial ports and modem emulation in JSDOS. This would be useful for running old terminal programs, BBS systems, etc.

As I understand, this would essentially require a web socket proxy given the complication of cross-origin policies preventing arbitrary TCP connections.

pheller avatar Dec 18 '21 18:12 pheller

Hi, yep it will be great, also want to do this.

caiiiycuk avatar Dec 18 '21 18:12 caiiiycuk

Would love to see this as well... I could write a proxy server pretty easily in Node, Deno, Rust or C# ... but no idea where to even start with the js-dos side. Frankly, I've never even written any code targeting a DOS environment let alone serial/modem software, so just without a clue.

tracker1 avatar Jun 24 '22 19:06 tracker1