Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx authored Jan 23, 2024
1 parent f687ff3 commit 9119681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

A [serial](https://en.wikipedia.org/wiki/Serial_communication) library written in TypeScript for [Deno](https://deno.land) 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 included in a [dynamic link library](https://de.wikipedia.org/wiki/Dynamic_Link_Library) or [shared object](https://en.wikipedia.org/wiki/Library_(computing)#Shared_libraries). These functions are then loaded by Deno to establish a serial connection and talk to the devices.
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](https://developer.mozilla.org/en-US/docs/WebAssembly). These functions are then loaded by Deno to establish a serial connection and talk to the devices.

## Features
- Communication with serial devices.
Expand Down

0 comments on commit 9119681

Please sign in to comment.