Hello friends,

I'm using this to read RS232:
Buffer = MSComm1.Input

Is there a way read only to a curtain character? (crLF)

I'm sending request with the MSComm1.Output and clearing the Buffer before every request but the Buffer are not receiving the same amount of data every time.

Sometimes: 123.2 bar
Sometimes: r 123
Sometimes: ar 123.
etc.

I want to make sure that I capture the whole message in the buffer.

Thanks for you help in advance!

Marcus