DLGuest:
Hi all,
i am starting a project that is actually for someone else who doesn't understand 'C' and doesn't want to. So i was wondering if there is a way to have dialog boxes pop up for them, so all they have to do is enter a figure, ect; and the program will run accordingly.I would greatly appreciate any help
If the Arduino was connected to a Windows PC you could use Gobetwino to launch a Windows application that popped up a dialog. That could be implemented in C/C++, HTML, Processing or whatever else you want.
If you preferred, you could eliminate Gobetwino and have your Windows application monitor the serial port directly.