hey there!
i'm programming a device with internal scripting features ( basically it decodes some files, i just format the output content the way i want ) and i want to connect that device to another device that runs like a server application, to read the final output content.
they're connected via Ethernet cable and using tcp/ip connection. i made sure they were using the same telnet port. The thing is, the 1st device runes as master and the 2nd one as slave (by default). The master is using DHCP and the slave has static ip configuration(there's no other option). When i connect them nothing happens. not even a beep signal.. i thought that there was suppose to happen some kinda handshake connection .
I tried different configurations, like both static and with the same subnet mask. but nothing happens. can someone help me? is it wrong to use dhcp in master device?
The scripting used is JavaScript based . do i have to implement something to connect the devices? ty all
i'm programming a device with internal scripting features ( basically it decodes some files, i just format the output content the way i want ) and i want to connect that device to another device that runs like a server application, to read the final output content.
they're connected via Ethernet cable and using tcp/ip connection. i made sure they were using the same telnet port. The thing is, the 1st device runes as master and the 2nd one as slave (by default). The master is using DHCP and the slave has static ip configuration(there's no other option). When i connect them nothing happens. not even a beep signal.. i thought that there was suppose to happen some kinda handshake connection .
I tried different configurations, like both static and with the same subnet mask. but nothing happens. can someone help me? is it wrong to use dhcp in master device?
The scripting used is JavaScript based . do i have to implement something to connect the devices? ty all