Serial Speeds

djsoftlayer

New Member
HI! Thanks a lot for the response in my last question... Now i have another problem, that is, how i can send serial data whith major speed than 2200bps... what picaxe i need to use? what r the commands? how i configure the micro to have this speeds.... Thanks...
 

hippy

Technical Support
Staff member
Maximum PICAXE baud rates ...

Code:
PICAXE  FREQ     SERTXD  SERIN/SEROUT  HSEROUT/HSERIN

08      4MHz      4800       2400           -

08M     4MHz      4800       2400           -
08M     8MHz      9600       4800           -

14M     4MHz      4800       4800           -
14M     8MHz      9600       9600           -

18      4MHz      4800       2400           -

18A     4MHz      4800       2400           -
18A     8MHz      9600       4800           -

18X     4MHz      4800       4800           250000        by poking SFR
18X     8MHz      9600       9600           500000        by poking SFR

28X1    4MHz      4800       4800           250000
28X1    8MHz      9600       9600           500000
28X1   16MHz     19200      19200          1000000
 
Top