‎10-08-2009 03:48 AM
Hello, i am working on a project in which i want to transfer 16 bits serially through RS232 to the computer. I tried many techniques but didnt got the result. Anyone here can send the solution or the Code of it.
Thanks
‎10-08-2009 04:00 AM
Hi Intelligent,
what do you want to do with those 16 bits exactly?
And what is more important, where do they come from?
‎10-08-2009 04:07 AM
I want to plot these data on waveform chart. Basically these will be representing a signal, which to be plotted in the chart.
I am sending them from microcontroller 8052.
thnaks
‎10-08-2009 05:27 AM
‎10-08-2009 07:04 AM
Intelligent wrote:I want to plot these data on waveform chart. Basically these will be representing a signal, which to be plotted in the chart.
I am sending them from microcontroller 8052.
thnaks
Since you are Intelligent I do not want to take the joy of programming from you. But take a look at this palette. You will find many useful functions here. If you transfer the MSB and LSB in correct order you may use the cast function and cast the string directly to an array of I16 (or U16).