- Send/Recieve Hex Over Bluetooth SPP from Android
If you have used any of my earlier blog posts for sending data to a bluetooth module from an Android device you may have noticed you can only send ASCII characters. This is fine for most activities but what if you need to send carriage return or line feed, which are 0xD and 0xA respectively...