Open GoogleCodeExporter opened 9 years ago
Original comment by ianles...@gmail.com
on 25 Aug 2009 at 4:16
Here's something I saw about this:
http://spritesmods.com/?art=autobaud&page=3
I'd like to add this as a macro.
Original comment by ianles...@gmail.com
on 16 Oct 2009 at 10:43
Original comment by ianles...@gmail.com
on 2 Nov 2009 at 7:39
What type of peripherals are available on the MISO pin?
Original comment by BrentBXR
on 2 Dec 2011 at 7:13
Ian; I have developed an automatic baud rate detection macro for the BP.
Attached is a .hex file with the new UART macro. Also includes the 1wire
library I created for BP. test it out; if you like it I will hand the source
over to you.
Original comment by BrentBXR
on 4 Dec 2011 at 10:48
Attachments:
Forgot to mention; it outputs the actual calculated baud rate (using a 32bit
timer; much like the getfreq function in auxpin.c. and it also outputs the
'nearest common baud rate' like:
Actual Baud Rate: 9683
Nearest common baud: 9600
its pretty sweet. Cannot measure above 16000000bps because the BP speed. but
thats the the hiest end of baud anyhow so it shouldnt be an issue. I just have
the function tell the user; baud to high must use a logic analyzer or somthing
of that nature.
Original comment by BrentBXR
on 4 Dec 2011 at 10:50
Original issue reported on code.google.com by
david.e...@gmail.com
on 7 Aug 2009 at 12:47