ds30 Loader free edition forums
Programming MCUs Which are Connected to RS485 Bus - 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: Programming MCUs Which are Connected to RS485 Bus (/showthread.php?tid=2351)



Programming MCUs Which are Connected to RS485 Bus - rhnrgn - 2015-04-23

Hello,

I want to know if there is anybody tried his. I have a system where 8 same MCU "pic16f1946" connected to a RS485 bus. I am using same transiever at the enterance of each MCU.

Can i upload my hex file via rs485 and bootloader to all of the MCU at the same time?

Best Regards.


RE: Programming MCUs Which are Connected to RS485 Bus - richcj10 - 2015-04-23

(2015-04-23, 13:18:00)rhnrgn Wrote: Hello,

I want to know if there is anybody tried his. I have a system where 8 same MCU "pic16f1946" connected to a RS485 bus. I am using same transiever at the enterance of each MCU.

Can i upload my hex file via rs485 and bootloader to all of the MCU at the same time?

Best Regards.

I think only one at a time. The way this works is it sends out a stream waits for a reply and then does the data exchange. So you would reset one unit, program it, and go down the line.