Hello, I am new to Xamarin. Can anyone explain me that how can we communicate between android device and a sensor connected to the android device through a usb cable? Is there any library available for communicating the android device and a sensor through usb port? I have a bno055 sensor and an android tablet . I want to create an android application in which I have to communicate the application with the sensor. I have already created an android app using Quasar framework with Vuejs and uses 'cordova-plugin-usb-serial' for read and write the sensor data. But we plan to migrate the project to Xamarin. I am not familiar how we can read and write a sensor data in Xamarin. Can anyone please help? Thank you