Did you know that multiple pins can be used simultaneously as a peripheral output ?
Example:
SubInitPPS'Module: UART pin directionsDirPORTC.6Out' Make TX1 pin an outputDirPORTB.6Out' Make TX1 pin an output'Module: UART1RC6PPS=0x0020'TX1 > RC6RB6PPS=0x0020'TX1 > RB6EndSub
Hardware Serial (TX1) data will now be output on both B.6 and C.6
Last edit: William Roth 2021-09-13
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
https://github.com/Anobium/Great-Cow-BASIC-Help/blob/master/source/tricksandtips.adoc
What are your great tricks and tips you can share ?
We have put a few, as examples, in the Help page. The URL above will show you the latest version.
Do share yours.
Last edit: Anobium 2021-07-27
Did you know that multiple pins can be used simultaneously as a peripheral output ?
Example:
Hardware Serial (TX1) data will now be output on both B.6 and C.6
Last edit: William Roth 2021-09-13