Hello!
I need to set :
IOCTL_SERIAL_SET_CHARS: Set special characters
EofChar=0x1a
ErrorChar=0x3f
BreakChar=0x3f
EventChar=0x1a
XonChar=0x11
XoffChar=0x13
but in my VI i can not to set EofChar & EventChar.
IOCTL_SERIAL_GET_CHARS: Retrieve special characters
EofChar=0x0
ErrorChar=0x3f
BreakChar=0x3f
EventChar=0x0
XonChar=0x11
XoffChar=0x13
Maybe some body can give me advice how to do it. It is for MBus protocol. water flow meter.
Thanks!