I am using 89c2051 in my project.while doing programming in keil I got problem in baud-rate.I m using 11.0592MHz crystal.Now in C code how can I define that i m using this crystal???(any instruction??)By default which freq crystal used in keil??
Kuldeep,
You dont need to define crystal frequency in c code just configure timer 1 with correct value to get desired baud rate.
:)