hi everyone,
i need help. I am working on a project and i am not able to finish it. I have to create a dialog box which interface with the arduino but the problem is that it seems like my dialog box has some problems to send values to the arduino. I am supposed to enter any value from the dialog box and make the LED blink that number of time.
Maybe if you gave a full description of the project we might have some chance of working out what you are talking about.
Dialogue box on what??
Weedpharma
Like i am supposed to create a dialog box using VISUAL c++. That dialog box should contain a label (enter your value), a textbox(where the values should be assigned) and a button(ok, the led should start blinking after the button is pressed). When a value is entered in the dialog box(lets say 6), the led should blink (6 times).
i used the serial read blink code for the arduino. But i guess there is a problem with the dialog box codes. It is not able to send the values.