I'm having trouble running an application made with Electron, Serialport, and Node.Js to communicate with an Arduino.
I have the following error:
App threw an error during load
Error: Uma rotina de inicialização da biblioteca de vínculo dinâmico (DLL) falhou.
\?\c:\teste\node_modules\serialport\build\Release\serialport.node
at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:173:20)
at Object.Module._extensions..node (module.js:598:18)
at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:173:20)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3)
at Module.require (module.js:498:17)
at require (internal/module.js:20:19)
at bindings (c:\teste\node_modules\bindings\bindings.js:76:44)
at Object.<anonymous> (c:\teste\node_modules\serialport\lib\bindings.js:3:35)
I have tried several solutions but none worked so far, has anyone else gone through this or do you know of a better library to use with Arduino and Electron?