
Serial comm with vb and comm control
The UARTs in a PC always use one start bit and there is no way to use
anything other than this. In other words you do not really have a
problem because all RS232 devices including your PC use one start bit.
I would recommend getting a good book on the MSCOMM control like the
Visual Basic Programmers Guide to Serial Communications by Richard
Grier. You can find it at www.amazon.com or at:
http://ourworld.compuserve.com/homepages/richard_grier.
For a good tutorial on serial communications and more serial I/O
solutions visit http://www.taltech.com
Quote:
>Hi,
>I have a problem with the MS COMM Control provided with vb5-6.
>It's not possible to make a protocol with a START BIT.
>(and this is what i need to communicate with a hardware device)
>Only baudrate, parity, data bit, stop bit.
>If someone has a solution for this, please tell me.
>TNX!!
>Wimpie