I have a problem with the server rack the commands mentioned in the title of the thread.
I have to send a message from the server to a computer.....but the problem is that he receives messages from other computers but not send them. I tried to use programs and single commands but still not work.
I wrote this on the server:
component.modem.broadcast("111, "test") or component.modem.send({computer address}, 111, "test")
And this on the computer:
=event.pull("modem_message")
I used the relay to realize that it is the server doesn't send messages because it doesn't blink. (Not sure I wrote correctly, I'm not english.)
Every method I try doesn't work. Nobody else has had this problem? Can someone help me?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Hello everyone.
I have a problem with the server rack the commands mentioned in the title of the thread.
I have to send a message from the server to a computer.....but the problem is that he receives messages from other computers but not send them. I tried to use programs and single commands but still not work.
I wrote this on the server:
component.modem.broadcast("111, "test") or component.modem.send({computer address}, 111, "test")
And this on the computer:
=event.pull("modem_message")
I used the relay to realize that it is the server doesn't send messages because it doesn't blink. (Not sure I wrote correctly, I'm not english.)
Every method I try doesn't work. Nobody else has had this problem? Can someone help me?
Link to post
Share on other sites