This is the sample program that can see the decode result of barcode data on Watson IoT.

Dependencies:   AsciiFont DisplayApp GR-PEACH_video LCD_shield_config LWIPBP3595Interface_STA_for_mbed-os USBDevice

Files at this revision

API Documentation at this revision

Comitter:
Osamu Nakamura
Date:
Thu Nov 10 20:23:55 2016 +0900
Parent:
0:7d720671e6dc
Commit message:
Revised the initial value of /888/0/7700

Changed in this revision

mbed-endpoint-resources/ZXingResource.h Show annotated file Show diff for this revision Revisions of this file
--- a/mbed-endpoint-resources/ZXingResource.h	Thu Nov 10 20:04:48 2016 +0900
+++ b/mbed-endpoint-resources/ZXingResource.h	Thu Nov 10 20:23:55 2016 +0900
@@ -421,7 +421,7 @@
         }  
                         
         if (*decode_str == NULL) {
-            return string("{\"barcodeData\":0}\0");
+            return string("0\0");
         } else {
             return string(*decode_str);
         }