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?
How to use programs using wired modems on monitors
Started by DimitarBogdanov, Feb 06 2017 10:50 AM
2 replies to this topic
#1
Posted 06 February 2017 - 10:50 AM
#2
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 liketerm.redirect(peripheral.wrap("monitor_x"))
Edited by Actiquack322, 07 February 2017 - 05:26 PM.
#3
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.
Where 'x' in monitor_x represents the number of the monitor displayed in chat when activating the modem attached to the monitor.
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











