Update README.md
[u360gts.git] / docs / configuration-serial-pot-for-gps.md
blobe6427b52440aca6f2b67fd84d48e004a557c0ae2
1 **Configuring Serial Port for Local GPS**
3 Once **feature GPS** is enabled, the u360gts will try to talk with GPS through the default uart port for it. u360gts allows to connect GPS device in any free uart or softserial port.
5 In order to asign a different port than default, the user should execute a serial command in CLI window:
7 ```
8 serial port_number protocol_number baudrate1 baudrate2 baudrate3 baudrate4
10 save
11 ```
13 For example, if we want to use uart2 (serial 1) at a baud rate of 9600.
15   serial **1** **2** 115200 **9600** 115200 115200
17   save
19 As shown, we use 1 for port_number, 2 for protocol_number, and 9600 for baudreate2 params.
21 <i>**Notes:**
22   - Param protocol_number set to 2 means that serial 1 is used for GPS.</i>
23   - Params baudrate1, baudrate3 and baudrate4 are not used for GPS configuration, its values are not taken into account.</i>
24   - All parameters have to be set, but we only port_number, protocol_number and baudrate2 will be take into account by u360gts firware.
25   
26 Once the serial port is asgined, the user may change baudrate from grafical user interfece by setting the dropdwon list box for Baud Rate.
28 [<< Go back](configuration-gps.md)