• sending hex data through an 8051 serial port
    hi, I need to send 0x6e(1 byte or multi byte Hex value) through an 8051 serial port
  • sending hex data through an 8051 serial port
    hi, I need to send 0x6e(1 byte or multi byte Hex value) through an 8051 serial port
  • How do I send HEX numbers(Values) through serial port using LPC2129
    Hi Friends, As I had tried with U0THR(Transmit Hold Register) to send the hex value like 0x4B by using LPC2129 but UART architecture is converting hex value to ASCII value and displaying as ASCII 'K...
  • How do I send HEX numbers(Values) through serial port using LPC2129
    Hi Friends, As I had tried with U0THR(Transmit Hold Register) to send the hex value like 0x4B by using LPC2129 but UART architecture is converting hex value to ASCII value and displaying as ASCII 'K...
  • ARM7 printf long long int
    Hi, my program does not do the expected things, printf a unsigned long long int. #include <aduc7026.h> #include"stdio.h" void RS232_init(void); int main (void) { unsigned long long int A; RS232_init...