How can I adjust the baud rate of upass?

Answer

Because of the PRINT statements currently in the code, UART opens automatically with the default parameters (9600 bps). If necessary, you can alter the default UART setting by calling UARTClose() followed by UARTOPEN() with the new baud rate.