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,
What specific advice do you need that hasn't already been said a million times before?
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.
Basic C question: You know the difference between an array of characters, and a C string?