Hi all, I'm using Virtual Serial Port to adapt the speed from 57600 of CurrentCost to 9600 used by openHab, but it isn't reliable and sometime it crash with blue screen.
I'm trying to use com0com and hub4com, is there someone with experience about this configuration ?
Using some readme and forum i've created the ports:
CNCA0 PortName=COM#,RealPortName=COM4,EmuBR=no,EmuOverrun=no
CNCB0 PortName=-,EmuBR=no,EmuOverrun=no,ExclusiveMode=no
and then run hub4com with this command line:
hub4com --baud=57600 --route=0:All \\.\com3 --baud=9600 \\.\cncb0
but my serial items (linked to com4) doesn't receive any data (in debug log i found only the row with "com4 port found".
Thanks in advance