MinIMU-9 v.2 and Arduino due

Hello everyone
I am trying to make functionning the MinIMU-9 with Arduino due. I connected the unit with the arduino due and tried to use the program with the sample code. After filling in all the data and downloading it in the CPU (with no errors) I I press the monitor serial but the page that comes out is empty there is nothing no data at all. I dont understand why it happens??
anyone had such a problem
thank you

Hello.

I am sorry you are having trouble with the MinIMU. Our Arduino libraries do not automatically detect the device types of the sensors on the MinIMU when using the Arduino Due. So, you will have to specify the device and SA0 state manually. We have made a note about this under the Library Reference section of the L3G and LSM303 GitHub pages.

If you have already done those things and it is still not working, can you tell me more about your setup? How are you supplying power? Can you post pictures that clearly show your connections?

-Jon

Hello Thank You for your answer
It was useful to know about the libraries,i downloaded and it works perfectly.