serial port - hub4com OVERRUN Error -


i trying split physical serial port (com3) 2 or more virtual ports using com0com create virtual ports , hub4com split them.

here commands use create virtual ports:

install 0 portname=com100 portname=com101
change com100 emubr=yes, emuoverrun=yes
change com101 emubr=yes, emuoverrun=yes
install 1 portname=com110 portname=com111
change com110 emubr=yes, emuoverrun=yes
change com111 emubr=yes, emuoverrun=yes

the commands use split port:

hub4com --route=0:all --baud=115200 \\.\com3 --baud=115200 \\.\com101 --baud=115200 \\.\com111

here output along error get:

com3 open("\\.\com3", baud=115200, data=8, parity=no, stop=1, octs=on, odsr=off, ox=off, ix=off, idsr=off, ito=0) - ok
com101 open("\\.\com101", baud=115200, data=8, parity=no, stop=1, octs=on, odsr=off, ox=off, ix=off, idsr=off, ito=0) - ok
com111 open("\\.\com111", baud=115200, data=8, parity=no, stop=1, octs=on, odsr=off, ox=off, ix=off, idsr=off, ito=0) - ok
route data com3(0) --> com101(1) com111(2)
no route flow control
started com3(0) started com101(1) started com111(2)
error com3(0): overrun, total rxover=0 overrun=1 rxparity=0 frame=0

the error pops every once in while couldn't determine causing it. ideas?


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -