Hey guys,
I am currently undertaking an assignment from university which requires me to connect arduino to a software written in c#.
I am meant to send off data from arduino's outputs into a textboxes in c#.
I am quite struggling with this as I never had any experience in this kind of work, all I know is that I need to use SerialPorts... it has to be connecting throughout the COM port.
I have played a little bit with it so far and I made a very simple output in textbox, however I need to connect three different components: pulse sensor, GSR and temp sensor and all of them need to send outputs to the program. I could not get it to send more than just one output, not quite sure how to make the arduino and program distinguish different components and their outputs.
Does anybody know any good tutorials that I could go through or has anyone got any advice?
Thanks for help