how can i apply hsersetup command to have serial comm at 56000baud

paco556

New Member
I read hsersetup can set non common value to communicate via rs232 in this case device is at 56000bauds how can i make the command line with the number it needs to set this baud rate?
I read that at clock on picaxe device running 32mhz needs a number I made the math and gives me a 141 number how can I use it and how the command line looks like?
I use:
hsersetup b141_8, %11
But compiler is saying there is a syntax error.
I want to ecco the 56000 baud from the device be display in 16x2 serial screen, can you help me to do this?
Thanks, any help is more than wellcome.
 
Top