|
Posted by Juan Camilo on August 8, 2008, 3:20 pm
We had a problem like that with a scanner a while ago. We solved using
the dll that came with the manufactures application. You have to
install the driver normally and add a reference to the dll in your
project, once you have the reference you can access the methods it
has. It's a not an easy job but some times dll's are well documented
and you can start playing with the methods until you find what you
need.
Is not a proper how to, but I hope it helps.
Juan Camilo
> Hi,
> Does anyone know if an API is available under windows, Visual C++, for
> interfacing a SICK LMS Laser to a PC ? The Laser itself comes with a
> CD-ROM that only has a GUI. What do I do if I need to access the
> readings from C++ code ? I have already tried ARIA and it is not
> working. It connects to the laser, but gives a checksum error. The
> laser is connected to the PC using a USB-to-serial interface.
> Thanks
> Regards
> Crow
|
> Does anyone know if an API is available under windows, Visual C++, for
> interfacing a SICK LMS Laser to a PC ? The Laser itself comes with a
> CD-ROM that only has a GUI. What do I do if I need to access the
> readings from C++ code ? I have already tried ARIA and it is not
> working. It connects to the laser, but gives a checksum error. The
> laser is connected to the PC using a USB-to-serial interface.
> Thanks
> Regards
> Crow