<div>Hello,</div>
<div> </div>
<div>I would like from my Python application to control 2 (or more devices) using the existing port's interface in my PC,like serial (COM1) or Parallel port (lpt) or any other like PCI...etc. </div>
<div>The control mechanism usually involves sending messages to the connected devices in parallel.</div>
<div>For instance, I would like to send a command to a target connected on COM port and at the same time would like to read the value of a Digital multimeter over other COM port ( or may be via USB with some adapter)</div>

<div> </div>
<div>My Question is:</div>
<div>- Is it possible to achieve the above in Python ? </div>
<div>- Do we need to use any kind of Parallel processing to achieve this ?</div>
<div>- If so, Which of the available packages (like pypar or Pydusa..etc) suits best ?</div>
<div> </div>
<div>Please suggest.</div>
<div> </div>
<div>Thank you very much in advance,</div>
<div> </div>
<div>With Regards,</div>
<div>Pramod</div>