Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/14/02 16:17
Read: times


 
#18632 - RE: How to implement 3 baud rates to 87c51
How about something like:
switch( DIP_switch_value )
{
   case DIP_SWITCH_960: factor = FACTOR_960; break;
   case DIP_SWITCH_192: factor = FACTOR_192; break;
   case DIP_SWITCH_384: factor = FACTOR_384; break;
}

Set_baud_rate_from_factor( factor );


List of 4 messages in thread
TopicAuthorDate
How to implement 3 baud rates to 87c51            01/01/70 00:00      
RE: How to implement 3 baud rates to 87c51            01/01/70 00:00      
How to implement 3 baud rates to 87c51            01/01/70 00:00      
RE: How to implement 3 baud rates to 87c51            01/01/70 00:00      

Back to Subject List