how to get current uart baud rate value at runtime?
I change my hw uart's speed sometimes and how can I know the current speed?
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Posted: Sun Aug 15, 2010 3:26 pm
You could save the baud_rate in a global 'int16' variable every you set it
with set_uart_speed(). Then read that variable when you want to know
the current speed.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum