Larandar, on 27 June 2013 - 12:27 AM, said:
BTW can we use the modem.transmit( freq, chan, message ) but with wireless modem ?
Because rednet change and frequency and channel are gone...
Thanks
Posted 27 June 2013 - 12:30 AM
Larandar, on 27 June 2013 - 12:27 AM, said:
Posted 29 June 2013 - 01:34 PM
Posted 29 June 2013 - 05:07 PM
Posted 30 June 2013 - 11:33 PM
Posted 01 July 2013 - 12:52 AM
Posted 01 July 2013 - 02:51 AM
kao, on 30 June 2013 - 11:33 PM, said:
BlankWolf, on 01 July 2013 - 12:52 AM, said:
Posted 01 July 2013 - 03:27 AM
Kingdaro, on 01 July 2013 - 02:51 AM, said:
BlankWolf, on 01 July 2013 - 12:52 AM, said:
Posted 01 July 2013 - 03:39 AM
Posted 02 July 2013 - 11:10 AM
Posted 02 July 2013 - 11:25 AM
kao, on 02 July 2013 - 11:10 AM, said:
function soYour()
if code then
looks = likeThis()
end
end
Posted 19 July 2013 - 12:24 PM
local _, side, freq, rfreq, message = os.pullEvent('modem_message')
Posted 20 July 2013 - 05:55 AM
Posted 22 July 2013 - 12:38 AM
Posted 22 July 2013 - 12:52 AM
That_Guy, on 19 July 2013 - 12:24 PM, said:
local _, side, freq, rfreq, message = os.pullEvent('modem_message')
function modemTimeout(time)
local timeout = os.startTimer(time)
while true do
local ev, p1, p2, p3, p4 = os.pullEvent()
if ev == 'timer' and p1 == timeout then
return nil
elseif ev == 'modem_message' then
return p1, p2, p3, p4
end
end
end
local side, freq, rfreq, message = modemTimeout(10)
if message then -- do stuff end
Posted 24 July 2013 - 03:15 PM
Posted 08 August 2013 - 06:29 AM
Posted 27 August 2013 - 07:00 AM
Posted 27 August 2013 - 02:34 PM
Posted 30 August 2013 - 11:16 AM
0 members, 1 guests, 0 anonymous users