Subject: | Missing Dependency Device::SerialPort |
Starting up with a fresh install on a Raspberry Pi, I got:
Can't locate object method "new" via package "Device::SerialPort" at /usr/local/share/perl/5.24.1/Device/Firmata/IO/SerialIO.pm line 33.
I added a "use" statement for this module, and found it wasn't installed. After installing it, everything worked fine.
Just need to add Device::SerialPort to the dependency list.