carlosmccosta / laser_projector_bridge_csharp

C# library for communicating with Ethernet laser projectors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

laser_projector_bridge_csharp

C# library for communicating with Ethernet laser projectors (such as MediaLas ILP 622 LAN).

NuGet package available here.

Notes

By default the library is built using the "Any CPU" platform and uses the 64 bit jmlaser.dll.

If your application is 32 bit, replace the 64 bit jmlaser.dll with the jmlaser_x86.dll in your application build directory (the jmlaser_x86.dll must be renamed to jmlaser.dll in order to DllImport find the dll).

About

C# library for communicating with Ethernet laser projectors

License:MIT License


Languages

Language:C# 99.7%Language:Batchfile 0.3%