Array of string to send with TX int ?


Results 1 to 19 of 19

Threaded View

  1. #16


    Did you find this post helpful? Yes | No

    Default Re: Array of string to send with TX int ?

    ok,
    basically, the following is a responce to an HTTP request, just a string stuff, not impossible to assemble, and that will display on a web page through a TCP thing.

    HTTP/1.0 200 OK
    Date: Fri, 31 Dec 1999 23:59:59 GMT
    Content-Type: text/html
    Content-Length: 1354
    <html>
    <body>
    <h1>Happy New Millennium!</h1>
    (more file contents)
    .
    ...........try to add some PIC data stuff in here
    .
    </body>
    </html>

    so thats that part of being able to make string array and be able to send out when ready ????

    Name:  Untitled.jpg
Views: 831
Size:  35.8 KB
    don
    Last edited by amgen; - 17th August 2011 at 18:18.

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts