Modem.open
From ComputerCraft Wiki
Function modem.open | |
Opens the specified channel to allow listening for messages. | |
Syntax | modem.open(int channel) |
Returns | nil |
Part of | ComputerCraft |
API | Modem |
Examples
Example | |
Opens the specified channel to allow listening for messages. | |
Code |
modem.open(1) |