Hi,
I havent used VB much recently. I'm reading dome data from a TCP server using the TcpClient class. This is read into a byte array. However, it turns out the data as received has a parity bit set, so converting it directly into ASCII on't work for many characters. I need to find a way to set the MSB of each byte read to 0 - I suspect this is very simple, but have not yet managed it!
Cheers,
Ben
I havent used VB much recently. I'm reading dome data from a TCP server using the TcpClient class. This is read into a byte array. However, it turns out the data as received has a parity bit set, so converting it directly into ASCII on't work for many characters. I need to find a way to set the MSB of each byte read to 0 - I suspect this is very simple, but have not yet managed it!
Cheers,
Ben