Hey.
In VB.NET, I need to write an array of bits to the serial port, in such a fashion that I can directly control the output signal. For example, I write 00110110 in VB and I need to get exactly that on output.
I have tried SerialPort.Writeline but it's not what I need.
Any help appreciated.
Thanks!!