How do I change the baud rate on this display whit PBP?
http://www.sparkfun.com/datasheets/LCD/SerLCD_V2_5.PDF

Code:
'To set the backlight on I use this and itīs working.
SEROUT2 lcdtx,84,[124,157]

'But how do I set the baud rate?
SEROUT2 lcdtx,84,[124,"<control>k"] doesīt work