Alright so heres the setup. I have one arduino thats constantly inputing data to my computer through ports 8,9, and 10. Basically this, A Touchless 3D Tracking Interface - Make:. Now I want to use this data to control a robot through bluetooth. I have another arduino hooked up to a robot and an hc-05 to allow for bluetooth communication. The problem is, I dont know how to transfer the incoming data from one arduino and send it to the other through my computer using bluetooth. Is this even possible? The computer would have to constantly send the inputting arduino data in order for this to work and I just dont know how to do that. From my understanding, the computer is connected to one arduino directly via usb through serial com port 4 (could be any number) and it is communicating with the hc-05 over bluetooth which is connected to a different serial com port. Correct me if Im wrong, but if that is the case, is it possible to transfer data frome one com port to another? Im getting a headache just trying to explain myself
Thanks so much!