My RS485 BUS hardware build...
Posted: Fri Aug 30, 2024 1:26 pm
My RS485 BUS hardware build...
I gone try to build the [MASTER] and [SLAVE] in one PC.
- [MASTER] will be the PB5.73x64 / PLC program.
- [SLAVE 01] the PB5.73x64 / 3D simulation program.
Here are the results of my plan to connect all together.
As I'm building my RS485 control units myself (Teensy 3.2 / 4.0 / 4.1) programmed with Arduino IDE.
On a RS485 BUS I can control a max. of 32 different channels (addresses)
So, To speed up the communication, I can give each module a dual address:
- [Add_xx] = 1 address for individual data communication in Read/Write (Receive/Send) mode.
- [Add_30] = address for general data for more than one module only Read (Receive) Mode.
so, with one ascii command string I can control multiple units.
- My hardware BlockDiagram (see image below)
Thanks,
Marc,
Comming more ...

I gone try to build the [MASTER] and [SLAVE] in one PC.
- [MASTER] will be the PB5.73x64 / PLC program.
- [SLAVE 01] the PB5.73x64 / 3D simulation program.
Here are the results of my plan to connect all together.
As I'm building my RS485 control units myself (Teensy 3.2 / 4.0 / 4.1) programmed with Arduino IDE.
On a RS485 BUS I can control a max. of 32 different channels (addresses)
So, To speed up the communication, I can give each module a dual address:
- [Add_xx] = 1 address for individual data communication in Read/Write (Receive/Send) mode.
- [Add_30] = address for general data for more than one module only Read (Receive) Mode.
so, with one ascii command string I can control multiple units.
- My hardware BlockDiagram (see image below)
Thanks,
Marc,
Comming more ...
