Serialport.ParityReplace bug!?

nescartel

Member
Joined
Jun 10, 2007
Messages
22
Programming Experience
3-5
hello,

i created this VB.NET program to communicate with RS232.
the default "SerialPort.ParityReplace" value is "63",
however, when i change this value to any other value,
it still displays "63" on parity error. :confused:

why is it like this?
furthermore, is there any good tutorials on VB's parity checking?
i seem to get a lot of parity error in my application.
maybe need to investigate it more... :p
 
Back
Top