This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Serial Communication using 8051.

Hi,
I want to send data serially to PC from 8051. The data is saved in an array of char and I want to send data to visual basic application as a string so give me advice for this.

Thanks,

Parents
  • Hi,
    I want to send data serially to PC from 8051. The data is saved in an array of char and I want to send data to visual basic application as a string so give me advice for this, that how can I convert an array of characters to a string in keil c programming so that it can be sent as a string to vb program. kindly give me a code as an example.

    Thanks,

Reply
  • Hi,
    I want to send data serially to PC from 8051. The data is saved in an array of char and I want to send data to visual basic application as a string so give me advice for this, that how can I convert an array of characters to a string in keil c programming so that it can be sent as a string to vb program. kindly give me a code as an example.

    Thanks,

Children