Posted 25 September 2015 - 12:31 AM
I can't seem to get my Advanced Computer to interact with my Terminal Glasses Bridge from OpenPeripheralAddons.
The regular Computer works fine, and lists the functions in the autocomplete and everything while editing a program, and Lua interaction on the Advanced Computer works as well, but it doesn't work while editing the program.
Is there something extra that I need to do with my Advanced Computer to make it work and recognize the Bridge as a peripheral while editing a program, or is this a legitimate bug preventing me from doing so entirely when I otherwise should be able to? This is the code that I tried to test it with:
The regular Computer works fine, and lists the functions in the autocomplete and everything while editing a program, and Lua interaction on the Advanced Computer works as well, but it doesn't work while editing the program.
Is there something extra that I need to do with my Advanced Computer to make it work and recognize the Bridge as a peripheral while editing a program, or is this a legitimate bug preventing me from doing so entirely when I otherwise should be able to? This is the code that I tried to test it with:
glass = peripheral.wrap("right")
glass.addBox(5,5,20,80,0xFFFFFF,0.3)
glass.addText(6,6,"Test Text",0x000000)
glass.sync()