Hi,
I would like to communicate with mcs51 through the serial port. I was wondering if anyone can give me a sample program in c . Thanks
Work through the "Getting Started" manual and look at the "Hello World" example in your C51 examples folder. Also, the "Measure" example has a more complex serial comm routine using threads and circular buffers for more efficient serial communication.
Bradford