Home AMX Forum AMX Technical Discussion
Options

Controler LOG File

Hallo to everybody,
I am trinig to create LOG File for the Contoler to make diagnostic. I try to write down all the mesages that can get from the telnet .
The problem is that I do not know how to get the messages from the telent, any ideas?

What I try is :

DEFINE_DEVICE

dvMaster = 0:0:0

DEFINE_EVENT

data_event[dvMaster]
{
string:
{
send_string 0, data.text

}
}

Comments

Sign In or Register to comment.