Hello,
I'm making a multiplayer game in C3 that needs to send information to a serial port. Currently, I've used the node.js plugin to run code in C# that communicates with the serial port but, it can't seem to close the port properly so that it can be opened again asynchronously.
How can I communicate with a COM port? Essentially, I just need to be able to open the port, write to it, and then close it.
I've seen a post for C2 from 7 years ago but I guess there is probably a new approach or method for C3?
Thank you for your help!