I have connected an arduino to unity via a com port. I am suppose to recieve 4 different ints. I am using system.io.ports;
I used the readline to convert the data into and array of strings
does someone know how i might be able to convert them into ints that i can use to rotate game objects in unity.
Check out www.google.com and look for “c# string to int” and I think you will be amazed.