deno_serial icon indicating copy to clipboard operation
deno_serial copied to clipboard

Contribution for usage on Linux

Open nestarz opened this issue 2 years ago • 1 comments

Hello,

Is there any way to talk to tty serials using Deno ? Can I help contribute if yes ?

Best,

nestarz avatar Dec 15 '22 18:12 nestarz

Yes, as far as I know you'd have to FFI with libc. If you could contribute Linux support it would be great! It's only a bit different on macOS so that also becomes possible to support.

DjDeveloperr avatar Dec 16 '22 02:12 DjDeveloperr