Jump to content




How to use programs using wired modems on monitors


  • You cannot reply to this topic
2 replies to this topic

#1 DimitarBogdanov

  • Members
  • 13 posts
  • LocationSofia, Bulgaria

Posted 06 February 2017 - 10:50 AM

So I have a basic train system (gets redstone signal from indicator rail and shows text on a monitor.) But my question is:
How can I use the wired modem to show that program (named train) on a monitor?
Ex: I have a monitor connected to my computer using wired modem. How I run programs on the monitor?

#2 The Higher Realm

  • Members
  • 23 posts
  • LocationUSA

Posted 07 February 2017 - 05:25 PM

I'm unsure what you're asking if you want to output to a monitor that is wired you do
mon = peripheral.wrap("monitor_x")
mon.write("Hi")
If you are saying your want to display the computer screen on the monitor you would do something like
term.redirect(peripheral.wrap("monitor_x"))

Edited by Actiquack322, 07 February 2017 - 05:26 PM.


#3 Dog

  • Members
  • 1,179 posts
  • LocationEarth orbit

Posted 08 February 2017 - 07:19 AM

If you have a new enough version of CC, you can use the monitor program to display on a monitor without redirecting.

monitor monitor_x programName

Where 'x' in monitor_x represents the number of the monitor displayed in chat when activating the modem attached to the monitor.

Edited by Bomb Bloke, 08 February 2017 - 10:11 AM.
Not a function call






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users