11 lines
No EOL
195 B
Lua
11 lines
No EOL
195 B
Lua
local pipey = io.open("\\\\.\\pipe\\asoeuth", "r")
|
|
|
|
print('reader')
|
|
|
|
function on_timer()
|
|
print('read')
|
|
print(pipey:read("*l"))
|
|
set_timer_timeout(100000)
|
|
end
|
|
|
|
set_timer_timeout(100000) |