Library used to configure a AD9854 Libreria usada para comunicarse con el AD9854

Dependents:   JRO_DDSv2 JRO_DDSv2_rev2019

Revision:
6:dd61acd77e2c
Parent:
5:6500be930b36
--- a/JroIpdata.h	Mon Feb 23 20:36:23 2015 +0000
+++ b/JroIpdata.h	Wed Sep 04 22:25:24 2019 +0000
@@ -3,18 +3,14 @@
 
 #include "mbed.h"
 
-#define HEADER      "$JRO$"
 #define ID_CLASS    2
 #define ID_DEV      1
 
-#define OK_PAYLOAD  "OK"
-#define OK_LEN      2
+#define HEADER      "$JRO$"
 
-#define KO_PAYLOAD  "KO"
-#define KO_LEN      2
-
-#define NI_PAYLOAD  "NI"
-#define NI_LEN      2
+#define OK_PAYLOAD  "1:Successful configuration"
+#define KO_PAYLOAD  "0:Ethernet data not recognized"
+#define NI_PAYLOAD  "0:DDS is not working propertly. Try reconnecting the clock"
 
 /*
 IP DATA STRUCTURE