Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
11 years 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, 11 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.