Does anyone know how to use MSComm with a baud
rate of 7200?
Many thanx
Printable View
Does anyone know how to use MSComm with a baud
rate of 7200?
Many thanx
MSComm1.Settings = "7200,N,8,1"
'set: baudrate,parity bit,data bis,stop bits.
:)
You cant do that because 7200 is not a standard baud rate.
It gives an invalid property value. Thats why I need some way round it. Thanx