XBee API operation library for mbed for miniprojects

Dependencies:   SmartLabXBeeCore

Fork of SmartLabXBeeAPI2 by CHENGQI YANG

Revision:
6:a7da3da4e053
Parent:
4:451ab26ae555
--- a/SerialData.cpp	Fri Oct 30 00:39:31 2015 +0000
+++ b/SerialData.cpp	Thu Nov 05 23:04:03 2015 +0000
@@ -25,8 +25,7 @@
 
 void SerialData::writeByte(char data)
 {
-    //while (!serialPort->writeable())
-        serialPort->putc(data);
+    serialPort->putc(data);
 }
 
 bool SerialData::peek()