Relative Content

Tag Archive for pythonmultithreadingserial-portpython-asyncio

How to create a parallel program that reads different data

I’m trying to create a process that listens to three COM ports and process the data in parallel. The problem is that I have a machine that sends an ID and proceeds to do a test in one of the COM ports, when this one is finished, it goes to another test and other id number enter to do the first test. How can I deal with this kind of situation?

How to create a parallel program that reads different data

I’m trying to create a process that listens to three COM ports and process the data in parallel. The problem is that I have a machine that sends an ID and proceeds to do a test in one of the COM ports, when this one is finished, it goes to another test and other id number enter to do the first test. How can I deal with this kind of situation?