You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Serial
An Open Source Serial library for the Deno JavaScript runtime written in TypeScript and C++
A serial library written in TypeScript for Deno without any third party modules.
This library provides an interface for the communication with serial devices and doesn't use any third party modules. It uses C++ functions which are compiled to WebAssembly. These functions are then loaded by Deno to establish a serial connection and talk to the devices.