dwilches/Ardity

How to read multiple COM Port?

Closed this issue · 2 comments

Is it possible to read multiple com ports in Unity?

Hello,
Sure, try adding 2 SerialController to two different GameObjects and configure each one to read from a different port.
Regards.

Thank you very much,
I tried it and it works great.