• MCB2300 webserver : file download from webserver
    Hi friends, I want to download a file from LPC2366 based embedded webserver; So I have Implemented the RAM file system. I am able to read and write to the file R: test.txt. Now I want to download...
  • Webserver and TCP Socket - TCPNET
    Hello There, I am trying to implement the webserver and TCP socket implementation in a single solution. I hope that both can co-exist (built using TCPNet module). Has anyone done similar implementation...
  • RL-TCPNet as Client
    Hi, I have MCB2300 board. Using RL-ARM example LEDClient, all are OK. When I create new project and add all files of LEDClient project to my project (include LPC2300.s, main file,...), it does not work...
  • txt file storage on MCB2388
    Hi, I am trying to have a TXT file which stores some data. This data is to be read by the microcontroller. Where can I store such a file on the board. If something similar to this has been done...
  • RL-TCPnet Webserver: Edit HTTP Header
    Hi, I am trying to edit the HTTP Header to change the "Content-Disposition" to "Attachment" to force a "Save As" to Download a XML-File (cgx-File). So far i just found the function: cgx_content_type...