10 years, 6 months ago.

MLM-80P (USB type) read problem

Hi

I`m working on project about connecting laser sensor using mbed LPC1768.

The MLM-80P is a USB-type 1D laser sensor (080m) and it give the relative range data via serial using its driver(*.inf).

But, I wonder how to use it to mbed with its driver.

Is it OK without driver? (The driver version is win7)

1 Answer

10 years, 4 months ago.

I have resolved this problem.

We have USBHostSerial library in the MBED compiler.

Therefore, if you want to use USB type serial instrument, you need to import USBHostSerial library.

Then, you can see the API and code yourself.

Best regards.

Accepted Answer