alternate RX/TX pins [solved] - Printable Version +- ds30 Loader free edition forums (https://picbootloader.com/forum) +-- Forum: Support (https://picbootloader.com/forum/forumdisplay.php?fid=3) +--- Forum: 8-bit firmwares (https://picbootloader.com/forum/forumdisplay.php?fid=7) +--- Thread: alternate RX/TX pins [solved] (/showthread.php?tid=439) |
alternate RX/TX pins [solved] - dhouston - 2011-10-26 I want to use 12F1840 and 16F1823 configured with TX & RX on the alternate pins. Can the bootloader handle this? RE: alternate RX/TX pins - Mikael Gustavsson - 2011-10-27 No problem. Just add the init code in ds30loader.asm: Code: ;------------------------------------------------------------------------------ RE: alternate RX/TX pins - dhouston - 2011-10-27 (2011-10-27, 22:36:48)Mikael Gustafsson Wrote: No problem. Just add the init code in ds30loader.asm:Thank you. |