Skip to content
This repository has been archived by the owner on Aug 21, 2021. It is now read-only.

Read string value from Arduino in Unity #10

Open
niccoleo opened this issue Jun 2, 2018 · 3 comments
Open

Read string value from Arduino in Unity #10

niccoleo opened this issue Jun 2, 2018 · 3 comments

Comments

@niccoleo
Copy link

niccoleo commented Jun 2, 2018

@maxime-coutte @al-haruun

I'm trying to get data from more than one sensor.
I thought of putting everything on a string by separating the various values with a symbol.
It's possible?
Thanks in advance for your answers, and in any case, thanks for the great job!

@KjeldSchmidt
Copy link

If you have established a working connection to unity, this is absolutely possible. Just split the result on the unity side after receiving and you're good to go.

@Technorocker
Copy link

Hello, I am trying to use this for an Arduino IMU sensor and I" am having trouble figuring out how to extract the data from the queue into variables to use in Unity. I have setup my Arduino to send the x,y,z data properly and I get the right response in the Console but I cant seem to find where that debug.Log command is used to grab the data from to insert into variables. Any help would be greatly appreciated.

@maxim-perumal
Copy link
Member

maxim-perumal commented May 4, 2019 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants