Airbreaks-Low-Power/Programming/Javascript/node_modules/@serialport/bindings
2023-12-19 18:30:36 -06:00
..
build/Release First Commit 2023-12-19 18:30:36 -06:00
lib First Commit 2023-12-19 18:30:36 -06:00
src First Commit 2023-12-19 18:30:36 -06:00
.prebuild-installrc First Commit 2023-12-19 18:30:36 -06:00
binding.gyp First Commit 2023-12-19 18:30:36 -06:00
LICENSE First Commit 2023-12-19 18:30:36 -06:00
package.json First Commit 2023-12-19 18:30:36 -06:00
README.md First Commit 2023-12-19 18:30:36 -06:00

@serialport/Bindings

The Binding is how Node-SerialPort talks to the underlying system. By default, we auto detect Windows, Linux and OS X, and load the appropriate module for your system. You can assign SerialPort.Binding to any binding you like. Find more by searching "serialport-binding" at npm.

Learn more at our bindings documentation page.

Android users

When using termux there is a way to compile serialport to be used under Android

CFLAGS=-fPIC CXXFLAGS=-fPIC yarn rebuild