Hi all,
My team is working on a project for our university that includes the use of a touch screen system to control a laser light system.
I just need some suggestion on what software to use best to program a GUI and that the c167cr will also recognize when sending data to the uC on run-time. Thanks.
"I guess my problem is devising that protocol. Any suggestions?"
You need to start thinking!
Think about:
* What commands does the PC need to send to the microcontroller?
* What parameters/data/options will each command require?
* What responses does the microcontroller need to send to the PC?
* What parameters/data/options will each response require?
* What are the timing constraints?
* Will you encode the messages in some binary format, or use plain ASCII text?
Thanks for those suggestions. I'll definitely think about those.
I know this question has nothing to do with this thread, but is there any feature in keil that lets me know the microcontroller's control cycle time usage when I'm executing blocks of code? Thanks.