Mark-
Sometimes it works, sometimes not.
I went back and started with the original LPC V1.4
application.c - Seached for 192.168.0 and changed to local network address
config.h - un-comment #define LPC2478FBD208
config.h - comment // #define LPC2378FBD144
http://www.utasker.com/forum/index.php?topic=690.msg4208#msg4208 1) In webInterface.c. At every conditional define for SUPPORT_GLCD add also || defined SUPPORT_TFT {4 locations if I counted correctly}
2) In app_user_files.h. At every conditional define for SUPPORT_GLCD add also || defined SUPPORT_TFT {2 locations}
FTP Put text files in D:/dir1.
Files over 4096 bytes give me "READ ERROR occured". in telnet (Uart not working in the simulator)
When compiling I get 2 warnings (no errors)
c:\documents and settings\kevin\my documents\downloads\development\utasker\utaskerv1.4_lpc\applications\aabv1-0\tft.c(406) : warning C4244: 'initializing' : conversion from 'unsigned long' to 'unsigned short', possible loss of data
c:\documents and settings\kevin\my documents\downloads\development\utasker\utaskerv1.4_lpc\utasker\utfat\mass_storage.c(2637) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
-Kevin