Processing.py-Bugs icon indicating copy to clipboard operation
Processing.py-Bugs copied to clipboard

Firmata seems broken on Windows

Open villares opened this issue 7 years ago • 1 comments

Firmata/Arduino/Serial was working fine on Processing Python Mode, but now it throws an UnsatisfiedLinkErrorerror on Windows only. Tried on Python Mode Build 3040. Works fine on macOS.

firmata_trouble

add_library('serial')  # import processing.serial.*;
add_library('arduino')  # import cc.arduino.*;

println(Arduino.list())

I think this might be related to this Serial library issue: https://github.com/jdf/Processing.py-Bugs/issues/227

villares avatar Jul 20 '18 17:07 villares

Workaround described in: https://github.com/jdf/Processing.py-Bugs/issues/227 (to remove a DLL...)

villares avatar Nov 19 '18 15:11 villares