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

c coding for serial communication between 8051 & PC using MODBUS

hi,

i have wrote keil c coding for serial communication between two controllers.now i trying to write coding in order to perform serial communication between 8051 & PC.in this i face some problem, if any body know the code or if any body know the concepy can you plz forward to me, it will be useful to me.

waiting for your opinion.........

Parents
  • Absolutely!

    The serial port - whether it's a microcontroller's serial port or a PC's serial port - just sends & receives bytes; it makes absolutely no difference whatsoever where those bytes come from, or where they go to once they've been sent!

    Of course, to write the program to run on a PC you will need PC development tools - not Keil tools.
    For help using PC tools, you need to ask the PC tool supplier...

Reply
  • Absolutely!

    The serial port - whether it's a microcontroller's serial port or a PC's serial port - just sends & receives bytes; it makes absolutely no difference whatsoever where those bytes come from, or where they go to once they've been sent!

    Of course, to write the program to run on a PC you will need PC development tools - not Keil tools.
    For help using PC tools, you need to ask the PC tool supplier...

Children