29 posts
Location
Duluth, MN, USA
Posted 15 August 2013 - 02:12 PM
New function: P.wrap(peripheral)
Returns a handle like peripheral.wrap
1522 posts
Location
The Netherlands
Posted 15 August 2013 - 02:24 PM
You can easily do this yourself. Add this to your startup file:
P = peripheral
Now you can do every handle of the peripheral API using P.*
29 posts
Location
Duluth, MN, USA
Posted 15 August 2013 - 02:27 PM
No but the only way as i know to acces a peripheral over a wired network is modem.call. I would like a wrap function.
7508 posts
Location
Australia
Posted 15 August 2013 - 02:28 PM
You can do it fine over a network…
peripheral.wrap works either by the computer side, or the peripheral name… also I believe (although may be wrong) that there is a wrap function also present on the wired modem.
3790 posts
Location
Lincoln, Nebraska
Posted 15 August 2013 - 02:29 PM
You can already do this.