Hi Luca! [quote user="Luca Palombella"]Different baud rate change only the communication speed right?[/quote] Yes, that is right. [quote user="Luca Palombella"]If i want baudrate = 38400[/quote] I did not test it, but from these tables... ...I would say it is: UCA0BRW = 19; // Same as UCA0BR0 = 19; and UCA0BR1 = 0; UCA0MCTLW = (0x6500 | 0x0080 | UCOS16); Same as yours. Dennis
↧