jdf / Processing.py-Bugs

A home for all bugs and feature requests about Python Mode for the Processing Development Environment.
41 stars 8 forks source link

Firmata seems broken on Windows #233

Open villares opened 6 years ago

villares commented 6 years ago

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 commented 5 years ago

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