A
Arvindfeb18
Hi,I am using SerialPort class. There is a property name BaudRate. And I am setting the new value like (9600, 19200, 38400 etc).SerialPort mySerialPort = new SerialPort("COM4");mySerialPort.BaudRate = pBaudRate; //38400If My old baudrate value is 19200 and I have set new baudrate with 38400. then GPS data is not coming on new baudrate. It still coming on old baudrate.Also not getting there this value is setting.Kindly help on this.Thanks,Arvind
Continue reading...
Continue reading...