Hi, which is the fastest to use, Serin or Serin2? This project needs speed rather than functionality so im wondering if its worth using serin this time
Hi, which is the fastest to use, Serin or Serin2? This project needs speed rather than functionality so im wondering if its worth using serin this time
I do not think there is much of a speed difference between the two.
Dave
Always wear safety glasses while programming.
The handbook says DEBUG is the smallest and fastest serial I/O command.
Why not try that?
HTH
Brian
Hi,
These are software UARTS using the bit-banging technique.
The speed is the same because the speed is tied to the baud rate
you receive the data.
Best regards,
Luciano
ahh. that makes sense. im using 9600N at the moment. how do i know how high i can go? are there chip specific restrictions?
19200 according to the manual is the top end for SERIN/OUT2. You will need an OSC faster than 4MHz though.
Look at appendix A
Dave
Always wear safety glasses while programming.
Bookmarks