I am working on a project that requires pulling and sorting data from ten scales. Each scale has an RS232 serial port and I am wondering about the best way to connect them all to a single computer. It seems that there are two options to connect these scales to a computer:
10 RS232 to USB adapters into a single USB hub
RS232 hub with 16 RS232 ports and 1 USB port
It seems that option 1 is less expensive so I am wondering if there are any compelling reasons to get the 16 port RS232 hub. I will be using Python in Windows to get data from the scales.
Is anyone able to shed light on what potential issues may arise from either of these approaches and why one may be preferred over the other.
Thanks in advance!
Some additional notes: I need each scale to be easily identifiable as they will each be used for a separate measurement.