Hi :
I just found the values by using the formula from the lp932 user manual.
Here are the values if anyone needs it. I checked these values with PC hyperterminal program, all values work fine. The clock is internal RC oscillator. It is 7.3728 mhz
//38400:B0, 19200:170, 9600:2F0, 4800:5F0, 2400:BF0, 1200:17F0, 600:2FF0, 300:5FF0
//BRGR1,BRGR0 = HEX(7372800/BAUD RATE-16)
//MODE 1 SCON=Ox50: no parity
//MODE 3 SCON=OxD0: Even or odd parity have to be checked/set by software.
Jensen