App to configure a DDS (AD9854) using a K64F. USB an Ethernet were used as interface.

Dependencies:   jro mbed AD9854 mbed-rtos I2CLCD k64f_EthLink SerialDriver FreescaleIAP EthernetInterface

Files at this revision

API Documentation at this revision

Comitter:
miguelcordero191
Date:
Thu Sep 05 17:16:31 2019 +0000
Parent:
6:6fdef074d33a
Commit message:
2019_puerto2001

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 6fdef074d33a -r 28725fb9a337 main.cpp
--- a/main.cpp	Thu Sep 05 00:51:23 2019 +0000
+++ b/main.cpp	Thu Sep 05 17:16:31 2019 +0000
@@ -58,7 +58,7 @@
 const char LCD_DAC_DIS[]    =   "     RF Disabled    ";
 
 //ETHERNET
-#define ECHO_SERVER_PORT   2000
+#define ECHO_SERVER_PORT   2001
 const char DEVICE_NAME[] = "jrodds";
 
 IpData ipData(tx_buffer);