This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
tysciman7's profile picture

wired modem monitor display

Started by tysciman7, 06 February 2014 - 07:04 PM
tysciman7 #1
Posted 06 February 2014 - 08:04 PM
Hello, I am posting this topic today to find out on how to use monitors on a connected wired modem to a computer. I will need to display information and other things on it. Thank you
Bomb Bloke #2
Posted 06 February 2014 - 08:48 PM
A little context as to your current knowledge wouldn't go astray here - are you familiar with using a monitor without a wired modem? What about other peripherals?
tysciman7 #3
Posted 06 February 2014 - 09:02 PM
Yes I know how to use a monitor on a regular connection basis. But I believe my error is within trying to declare the( p=peripheral.wrap() ) but i dont know what needs to be in the parameters for wired modem monitors
D3matt #4
Posted 06 February 2014 - 09:16 PM
Right-click the modem attached to the monitor. It will give you the name of the monitor.
tysciman7 #5
Posted 06 February 2014 - 09:38 PM
Yes I know that I got the name monitor_2
I tried p =peripheral.wrap ("monitor_2") but it still doesnt work when I do p.write("test")
Bomb Bloke #6
Posted 06 February 2014 - 09:41 PM
Hmm, that sounds like it should work…

But still, info info info! What DOES happen when you try that?

Are all the modems involved actually connected? Right-clicking them toggles the connection.
tysciman7 #7
Posted 06 February 2014 - 10:02 PM
I figured it out the it was a human error from my friend lol