hi, I am new using this utilities. I try to send info from my aplicattion to 3 driver RS232. So I begun to use hub4com with com0com and works perfect to test it. But when i add a COM that use a usb driver it doesn´t work well. I try with Prolific USB-to-Serial Comm Port and what i receive for example is "Write lost COM6(1): 1, total 1" but works, because I could receive the info in realterm. With MOXA UPORT 1650-16. doesn´t work at all.
This is the scrip line that I use "hub4com --baud=9600 --route=all:all --octs=off \.\COM10 --octs=off \.\COM18 --octs=off \.\COM11"
COM10 belong to com0com. I write in COM9 with my app.
COM18 is from MOXA and COM11 is from com0com and works well, I saw it with realterm.
I receive from hub4com "Error COM18(1): FRAME BREAK, total RXOVER=0 OVERRUN=0, RXPARITY=0 FRAME=1"
If I use my app or realterm with MOXA works well. I am working on Win7 64b.
Anyone know a workaround for this trouble.
Thanks in advance.