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

Request/Question

Started by weareborg2913, 23 November 2012 - 04:19 PM
weareborg2913 #1
Posted 23 November 2012 - 05:19 PM
Is it possible to send a message from one computer to 4 computers for them to display on their external monitor, that cycles through messages on the one computer that are entered by the one user and saved into memory

preferably set-up so that it can be run at start up

simple explaination

user enters text into main computer —-> main computer saves it into memory —-> main computer transmits it to 4 slave computer to display on thier external monitor

it would be nice if i could easily set the background of the message to a specific colour (but not necessary)

If possible could it be made so then more than four slaves can be added.


I would do it my self but i am better in programming forth computers (red power 2)

;)/>/>
Orwell #2
Posted 23 November 2012 - 05:23 PM
It's generally not much appreciated to directly ask for code in the 'Ask a Pro' forum (or anywhere else in fact). While some might still give you a basic script, you will see that starting out yourself and frequently asking questions on the bits of code you made will pay off much more. ;)/>/>
weareborg2913 #3
Posted 24 November 2012 - 06:53 PM
okay… ill try working on this code.