• 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
  • SEND INT AND LONG THROUGH SERIAL PORT
    CAN I HAVE SOME EXAMPLE FOR SENDING A STRING, INT , LONG , TO PC BY SERIAL PORT?
  • input through serial port
    I need some help regarding how to give input through serial port. I can see the output of serial port in UART #1. char rxcharacter(void) { char character; SBUF = _getkey (); //SBUF = 'G';...
  • how to send an array to microcontroller through serial communication
    Hi all iam working on c51 cygnal microcntrollers iam performing serial communication , at the console iam performing some manipulations and iam updating in an array[255] now i would like to send this...
  • sending data to serial port
    I am interfacing an led with via serial port. I have set up the serial port already. I have a display with these specification parameters: baudrate:2400 data:8 bits end code:1bit I am trying...