• Serial ISR not sending given SBUF character
    Dear All, I am trying to send constant character for testing my serial ISR routine behavior. With following code I am not receiving any characters at PC hyperterminal. void init_serial(void)...
  • Serial ISR not sending given SBUF character
    Dear All, I am trying to send constant character for testing my serial ISR routine behavior. With following code I am not receiving any characters at PC hyperterminal. void init_serial(void)...
  • 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...
  • Sending integers over USART as ASCII characters, using HAL Libraries
    Hello Everyone; To send ASCII characters via USART I normally use Hal libraries and the function below; HAL_UART_Transmit(&huart2, (uint_t*)"Hello", 6,10); But, that one is for characters...