How to read multiple COM Port?
Closed this issue · 2 comments
salamharis commented
Is it possible to read multiple com ports in Unity?
dwilches commented
Hello,
Sure, try adding 2 SerialController
to two different GameObjects and configure each one to read from a different port.
Regards.
salamharis commented
Thank you very much,
I tried it and it works great.