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

Developing windows form based application in Keil

Hi,
I am really new to programming using keil.
I wanted to create a windows form kind of application which takes some parameters from a user and then runs the C code present in the file based on the inputs.

I have the C code files with me, but i am not able to set up a user interface (the form).

Can anyone please help me.

Thanks and Regards,
Siddharth Gupta

Parents
  • More likely he wanted to interface a PC into the 8051 device and hadn't considered the physical interface (IE to him that's trivial), being focused on the ginger bread (the UI instead of how to get data to the device).

    Having done the serial UI before one can do a fair bit with it, but alas that uses up lots of code space in the device. I tend to use some sort of protocol that facilitates proper information exchange.

    This is however all speculation at the moment.

    Stephen

Reply
  • More likely he wanted to interface a PC into the 8051 device and hadn't considered the physical interface (IE to him that's trivial), being focused on the ginger bread (the UI instead of how to get data to the device).

    Having done the serial UI before one can do a fair bit with it, but alas that uses up lots of code space in the device. I tend to use some sort of protocol that facilitates proper information exchange.

    This is however all speculation at the moment.

    Stephen

Children