Hi ,
I need to open Multiple com ports (COM1 to COM 30) in the same time and get and send data concurrently , i try but i for now i can make work one not more.
You need to use multiple jSerial objects and AsyncStreams. The best way to implement it is with a class. This will allow you to create multiple instances of the class, each with a different port.
OK , i've make the class ,and all works when i need to get the streams , since it come from any opened COM ,
but when i send data works only the last opened COM , any idea why ?