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
"WHAT BOARD (link, please) WHAT '51 (link, please)"
As far as the PC GUI App is concerned, this is almost certainly irrelevant!
Yes and no. It could possibly solve the open issue about the USB.
4) depending upon these values i want to send some commands to the Micro-controller.
As far as the GUI is concerned, it just deals with whatever API is provided by the driver - it neither knows nor cares what is physically connected to the end of the link.
eg, the connection may appear to the PC as just a bog-standard COM port - so, as far as the GUI is concerned, it's just a standard exercise in sending stuff to a COM port, and receiving stuff from a COM port!
As far as the GUI is concerned, the GUI developer may have to implement a protocol to transfer using a driver the GUI developer has to install. So what may be irrelevant to the GUI application need to be irrelevant to the GUI developer.