| ??? 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 ); |
| Topic | Author | Date |
| 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 |



