I'm programming big led displays with rs232 connectivity and faced with parity problem.
It seems that combination
COMM SET #hComm, PARITY = %TRUE
COMM SET #hComm, PARITYTYPE = 3
doesn't work with v9.0.
Tested with Serial data logger programms and got paritytype = 0, since other programms can set up paritytype > 0.
Can someone be able to run simple test with rs232 devices to check whether the paritytype can be >0 ?
Many thanks,
Aslan.
It seems that combination
COMM SET #hComm, PARITY = %TRUE
COMM SET #hComm, PARITYTYPE = 3
doesn't work with v9.0.
Tested with Serial data logger programms and got paritytype = 0, since other programms can set up paritytype > 0.
Can someone be able to run simple test with rs232 devices to check whether the paritytype can be >0 ?
Many thanks,
Aslan.
Comment