Sending parity bit along with the data byte for 9bits data vb C# asp .net?

Melkisedel L

New member
I'm trying to communicate with a device via serial port, i need to send 9bits for make it work, im using the parity as 9th bit and i need to change that bit eventually, but i would like to send that bit as i'm sending a byte, without changing the configuration (serial.parity = space, odd, mark...).

What should i do?
 
Back
Top