PROGRAMA COMPLETO

Dependencies:   PN532_MK20 USBDevice mbed

Revision:
3:74dccd92e7f2
Parent:
2:e2d9212cbca3
--- a/Main.cpp	Fri Apr 24 20:31:21 2015 +0000
+++ b/Main.cpp	Fri Apr 24 20:44:50 2015 +0000
@@ -137,6 +137,9 @@
             break;
             
             case  escribirTag:
+            usb.printf("escriba una palabra \r\n");
+            usb.scanf("%s", buffertexto);//LEE LOS DATOS DE ENTRADA POR CONSOLA
+            usb.printf("\r\nUsted Escribio - |%s| \r\n ", buffertexto);//MUESTRA LOS DATOS RECIBIDOS 
             estadoEscribir();
             break;