Dreamforce 2014 Demo of RFID-based Salesforce Case generation for status reporting.

Dependencies:   ID12RFID ReportDB SalesforceCaseGenerator SalesforceInterface

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more

Revision:
12:ba63d4f862e8
Parent:
11:1faa9e2a2358
--- a/main.cpp	Tue Sep 09 19:37:28 2014 +0000
+++ b/main.cpp	Tue Sep 09 20:23:05 2014 +0000
@@ -30,8 +30,8 @@
  #endif
  
  // our Serial port
- #include "Serial.h"
- Serial pc(USBTX, USBRX);
+ #include "BufferedSerial.h"
+ BufferedSerial pc(USBTX, USBRX);
  
  // Ethernet
  #include "EthernetInterface.h"