node-ftdi icon indicating copy to clipboard operation
node-ftdi copied to clipboard

FTDI bindings for Node.js

Results 14 node-ftdi issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

As the title suggest, I am trying to make this build on my raspberry pi, I tried with node v8, v11, v14 but always get stuck with `node-gyp rebuild`. The...

I have this old C++ Code which I am trying bring over to JS: ``` while (!Terminated) { FT_W32_SetCommBreak(ftHandle); FT_W32_ClearCommBreak(ftHandle); FT_W32_WriteFile(ftHandle, &StartCode, 1, &bytesWritten, NULL); FT_W32_WriteFile(ftHandle, DMXData, 512, &bytesWritten, NULL);...

Also tried to install the library on a Raspberry PI 3, with no success. Not sure what build and so-ever. Just a default shipped PI. ``` python --version Python 2.7.13...

Hi! Im trying to interface a relay board interfaced by a ftdi chip. At this moment i can manage to install everything correctly, read the list of ftdi devices connected,...

Hello, i tried to follow the instructions and install it on windows 10 pc using `windows-build-tools` vs2017 and get the following error. ``` ..\src\ftdi_device.cc(783): error C2661: "v8::Value::ToInt32": Keine überladene Funktion...

> [email protected] install C:\temp\node_modules\ftdi > node-gyp rebuild C:\temp\node_modules\ftdi>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild ) Die Projekte in dieser Projektmappe werden nacheinander erstellt....

Hi! Macbook 15 Retina - OS X 10.13.1 I have this error: cc main.c -o loopback -Wall -Wextra -lftd2xx -lpthread -lobjc -framework IOKit -framework CoreFoundation -Wl,-rpath /usr/local/lib -L/usr/local/lib main.c:22:10: fatal...

This PR adds bindings to the `FT_GetModemStatus` method as well as creates an event emitter that fires ever time any of the modem/line status values change. I'm planning to use...