Is it posible to send data from 1 digi-me to an other digi-me.
For a project I need to send I/O and Serial data from 5 digi-me to 1 central digi-me. The Central Digi-me needs to put the recieved text uit on the onboard RS232 so a microcontroller is able to proces the recieved data.
Are you looking to do this with the Standard Plug and Play firmware or a Custom Connect ME (i.e. running NET+OS)?
If using a Standard, just setup the serial port profile on the primary (#1) Digi Connect ME as TCP Sockets, and then telnet into the module and use the command ‘set sharing clients=4’ to enable port sharing. Next, on the other units you want to connect to it, set them up for the TCP Sockets Profile, and then have them auto connect to the first unit.
If you’re using a custom module, you would want to write this as TCP to serial code, and just have your primary act as a server, and the remote units act as TCP clients.