We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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