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

working on power line communication

Hello everyone!
I am working on power line communication and i am getting confused whether i should go for serial communication or any other protocol,
Can anyone suggest me the same.

Regards,
Salma

Parents
  • "As i am new to 'C' I am not getin how to start with the serial communication implementation."

    So, are you clear on how to do the "serial communication implementation" itself - aside from implementing that in 'C'?

    The actual interface will be totally unaware of what programming language you use - it just works as described in its datasheet - so you need to understand how the underlying platform works before you can think about implementing that in any programming language!

    As Per says, have you decided which particular serial interface you are going to use?

    Have you checked for application notes, examples, reference designs, etc on the NXP site, or your distributors site, or elsewhere on the internet?

    See: www.8052.com/.../160143

Reply
  • "As i am new to 'C' I am not getin how to start with the serial communication implementation."

    So, are you clear on how to do the "serial communication implementation" itself - aside from implementing that in 'C'?

    The actual interface will be totally unaware of what programming language you use - it just works as described in its datasheet - so you need to understand how the underlying platform works before you can think about implementing that in any programming language!

    As Per says, have you decided which particular serial interface you are going to use?

    Have you checked for application notes, examples, reference designs, etc on the NXP site, or your distributors site, or elsewhere on the internet?

    See: www.8052.com/.../160143

Children