Pulse Oximeter (NONIN) communicates with mbed via Bluetooth dongle and sends Heart Rate and Oxygen Saturation via GPRS module

Dependencies:   C12832 GPS GSM mbed

Fork of myBlueUSB_localfix by Nobuaki Aoki

Revision:
3:55a622e3dbb5
Parent:
0:003889bc474f
--- a/btserial.h	Sun Dec 08 21:52:09 2013 +0000
+++ b/btserial.h	Tue Apr 14 21:48:07 2015 +0000
@@ -4,7 +4,7 @@
 #include "RFCOMM.h"
 
 class btserial {
-    static const int bufsize = 350;
+    static const int bufsize = 4;
     int recbufsize, sndbufsize;
     int sock;
     unsigned char sendbuf[bufsize], recbuf[bufsize];