Page 1 of 1

How to change serial port baud rate (Mini2440 Board) !?

Posted: Mon Oct 26, 2009 12:42 am
by jahantab.co
my target device is RFID Card reader.

properly work with 115200 baud rate . but target device need 9600 baudrate ,

i`m use [serial assistance software] to change baud rate . but can`t change baud`t rate.


please help me how to connect serial port via 9600 baud rate (WinCe) ,.

Re: How to change serial port baud rate (Mini2440 Board) !?

Posted: Fri Oct 30, 2009 2:14 am
by nicolas
In what software are you developing ? .NET ?

Normally the program will have the baud rate in the initialization code, you define the baud rate there.
In VB.NET's serial control, its simply a property of the control.