Texecom Premier 816 Outputs status

Joined
25 Jul 2011
Messages
7
Reaction score
1
Country
United Kingdom
Hello,
recently I received the Java SDK from Texecom to programmatically communicate with the Premier 816 via the comIP module.

I imediately started writing the application that I need to do.
Unfortunately, Texecom does not mention anything that has to do with the protocol that are using for the communication and they do not help for anything beyond sending their Java examples source code.

So far, I have succeded reading the panel display by sending the following command:
\L/

Ofcourse, before that I must send this command:
\W<passphraze>/

I also, succeded reading the number of log entries:
\G0/
and the log entries one by one:
\G2<Num1><Num2>/

I can also read the zones status:
\Z#00#16/

Does anybody know how can I read the outputs status?
Their Java examples try to read them by sending the:
\O?/ command but it doesn't work for me.

Thank you very much.

Efthymios Kalyviotis
Computer Programmer
 
Sponsored Links
Looks like wrong command string.
Your protocols should be correct as you are already communicating.
 
Yes. That must be the reason.
Probably, the guys from Texecom typed the wrong command inside their Java example (it doesn't run this too). And I found a lot of mistakes in other examples of them.

I just ask where I can find more info about this subject (or anybody knows) since Texe replyed to me with that:

Good Morning,

Everything regarding this protocol is attached; We do not support beyond
this.

Kind Regards
 

DIYnot Local

Staff member

If you need to find a tradesperson to get your job done, please try our local search below, or if you are doing it yourself you can find suppliers local to you.

Select the supplier or trade you require, enter your location to begin your search.


Are you a trade or supplier? You can create your listing free at DIYnot Local

 
Sponsored Links
Back
Top