Hi all,
Has anyone had much luck communicating with the BlinkStick from within an Xamarin (android) project? I’m trying to determine what the best course of action is. So far I have two options:
- Create a binding library to the android-support.v4.jar
- Manually port the code from the java src to xamarin.
Option 1 I’m not familiar with and seems to result in a whole bunch of errors whilst trying to compile the mapping library. Hopefully someone else has managed to do this.
Option 2 seems a better route. Well, that is until I get to the ControlTransfer methods. It seems Xamarin framework doesn’t support the addressing I need (0x20) for the UsbAddressing parameter.
Anyone had luck with this?
Regards.