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

RS485 with 89c51

Hi everybody,

I want to receive data from a Loadcell Indicator throughout RS485. The LoadCell Indicator only send data to Micro chip. I also want my Micro chip communicate with the computer in both ways (transfer and receive) by RS232.

Can I do like that?

This is the first time I code for micro chip. I already try to use RS232, but with RS485 I do not have enough material to do. Please help me with any idea, useful links, papers or example codes.

I'm using T89C51AC2 micro chip and C in coding.

Thank you so much,
Huy

Parents
  • Which begs the question: why choose a processor with only one UART, when plenty are available with two (or even more!)

    I can not count the posts I have seen over the years where the derivative has been selected <b.before the application was defined. Talk about "cart before the horse"

    Erik

Reply
  • Which begs the question: why choose a processor with only one UART, when plenty are available with two (or even more!)

    I can not count the posts I have seen over the years where the derivative has been selected <b.before the application was defined. Talk about "cart before the horse"

    Erik

Children