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

Create a Gui

Hello, I want to create a GUI for my LPC1114 mcu but I am not sure exactly how to do it. I know how to create a GUI but I don't know how to get it to interact with my mcu. Any help is appreciated.

Parents
  • First thing to decide is: what physical connecting link will you use?

    An "RS232" link (whether "real" or "virtual" over USB) is possibly the easiest to both implement and debug - but only you know what is available & appropriate in your particular application.

    Who (PC or MCU) will be the "master" of the link - ie, who sends the "commands" and who responds to those commands?

    What commands do you need?

    What responses do you need?

    Do you need the facility for the "slave" to send "unsolicited" responses to the master?

Reply
  • First thing to decide is: what physical connecting link will you use?

    An "RS232" link (whether "real" or "virtual" over USB) is possibly the easiest to both implement and debug - but only you know what is available & appropriate in your particular application.

    Who (PC or MCU) will be the "master" of the link - ie, who sends the "commands" and who responds to those commands?

    What commands do you need?

    What responses do you need?

    Do you need the facility for the "slave" to send "unsolicited" responses to the master?

Children