Blue Bamboo P25 printer is a lightweight and portable thermal printer that provides low cost printing in mobile and wireless environments. It supports mobile application printing over Bluetooth, USB or Serial port (RS-232). It also has a good connectivity with Android device, makes printing from … [Read more...] about Blue Bamboo P25 Printer Android Demo Application With Source Code
bluetooth
How to Programmatically Pair or Unpair Android Bluetooth Device
In bluetooth wireless communication, if two devices want to connect and share data, they have to be paired first. To be paired means the two devices are aware of each other's existence and trusted each other. Using Android Bluetooth API, we can use createBond method to pair with a device … [Read more...] about How to Programmatically Pair or Unpair Android Bluetooth Device
How to Programmatically Scan or Discover Android Bluetooth Devices
Through Android Bluetooth API, developers can access most of bluetooth functionalities and let the applications wirelessly connect to bluetooth devices. Before connecting to a device, an application must discover or scan available bluetooth devices, request pairing and connect to the device. … [Read more...] about How to Programmatically Scan or Discover Android Bluetooth Devices
Recent Comments