Posted 31 May 2014 - 12:57 AM
take a look at:
http://pastebin.com/qufnLXtb
from line 148 to 181
maybe ive got the wrong understanding, but isn't os.pullEvent supposed to make the computer WAIT for an event? in my case "modem_message"
its getting to registering new command print then completely bypassing the os.pullEvent("modem_message") section, which is a critical part of function config
at the moment i don't have the server pc set up yet but I do have a response program ready to fire, i want the client to wait until I fire my response at it from the server pc
I must be missing something
edit: ill rephrase, server isn't coded fully but there's a response program on the server pc :D/>
http://pastebin.com/qufnLXtb
from line 148 to 181
maybe ive got the wrong understanding, but isn't os.pullEvent supposed to make the computer WAIT for an event? in my case "modem_message"
its getting to registering new command print then completely bypassing the os.pullEvent("modem_message") section, which is a critical part of function config
at the moment i don't have the server pc set up yet but I do have a response program ready to fire, i want the client to wait until I fire my response at it from the server pc
I must be missing something
edit: ill rephrase, server isn't coded fully but there's a response program on the server pc :D/>
Edited on 31 May 2014 - 08:33 AM