• Sending NULL character ('\0') over a TCP connection
    Greetings, Intro: I am developing a TCP Server (TCP Passive Open) using LPC2364 (ARM7TDMI) using the old RL_TCPNet library . I need to send a string of ASCII data, which contains random characters with...
  • Sending NULL character ('\0') over a TCP connection
    Greetings, Intro: I am developing a TCP Server (TCP Passive Open) using LPC2364 (ARM7TDMI) using the old RL_TCPNet library . I need to send a string of ASCII data, which contains random characters with...
  • Extended Ascii characters - Keil
    Hello, I am trying to implement the extended ASCII characters found on: www.asciitable.com/.../extend.gif But it appears as though the default extended ASCII characters are: http:/...
  • Extended Ascii characters - Keil
    Hello, I am trying to implement the extended ASCII characters found on: www.asciitable.com/.../extend.gif But it appears as though the default extended ASCII characters are: http:/...
  • Conversion of integer to ASCII for display
    I wish to display the contents of a variable, probably an unsigned integer, on an lcd display driven from the 8051. I have written software to accept an array of characters and write these, so the ideal...