Hi, I've attached a gyroscope on Arduino of Udoo, with serial I print the value of gyroscope. How to get this value using Node.js? Thanks
Have you actually tried the library? I installed it but it doesn't seem to work. I have manipulated gpio pins using the child_process.exec: function https://nodejs.org/api/child_process.html#child_process_child_process_exec_command_options_callback but I haven't tested any serial communication with is yet, it should work as any script would though.