connect Modelica with arduino by firmata

159 Views Asked by At

I would like to connect my arduino with modelica by using the firmataprotokoll and the arduinolibrary. But the compilation always fails because of the error:

LINK : fatal error LNK1181: cannot open input file 'ModelicaFirmata.lib'

Does anybody have an idea how to fix this problem?

1

There are 1 best solutions below

0
Lars Brantschen On

The error was caused by a wrong version of the Modelica-Arduino-Library. Instead of downloading the code I should have downloaded the latest release on github.

In addition it is important to choose the right compiler in Modelica (Visual Studio 2015).