I am totally new to the bluetooth world and I am current using Xamarin Forms framework to build an app which providing the feature of receipt printing on BLE printer (Currently using Mustek MK380 Thermal Printer as test device).
I am using this plugin for my app, and has been able to connect to my printer with no issue: https://github.com/xabre/xamarin-bluetooth-le
However, I am still confused and have no idea what to do next in spite of the research I did (To understand what characteristics, services, etc are). I have played around with the plugin and also gone through the Services, Characteristics and Descriptors by log their names and values at console.
Could anyone help me or provide me some directions, or there are alternatives for my to achieve what I want, it is much appreciate if there are examples to refer.
In short, my remarks and questions are as below:
- I wish to develop a Xamarin Forms app that support POS style receipt printing feature through thermal printer.
- The printer I use is Mustek MK380 Thermal Printer supporting BLE 4.0
- I am using https://github.com/xabre/xamarin-bluetooth-le plugin
- I am stucked after connecting to the printer.
Thank you!