Hi,
I would like help you, but we have only different DT80 models in our range.
You write from the RS232-Port, not from the smart serial port!? It is very urgent for the next help steps=solution.
RS232-port ==1SERIAL
smart-port ==2SERIAL
Did you also set the com-parameter in the datataker (38400,8,N,1) command (temporary setting!): PH=38400,8,N,1 for RS232; PS=38400,8,N,1 for smart-port?
Also: Before a generic serial channel can be defined on this port, the port function must be set to SERIAL, as follows:
PROFILE HOST_PORT FUNCTION=SERIAL (RS232)
PROFILE SERSEN_PORT FUNCTION=SERIAL (smart-port)
PROFILE SERSEN_PORT MODE=RS232 (smart-port)
Do you use detransfer for the programming, then you must write:
2SERIAL("\e{:06040401210120\013\010}%s[1$]") 'smart-port
1SERIAL("\e{:06040401210120\013\010}%s[1$]") 'RS232
Please use also temporary P56=1 for more information/hints.
Fork
Hi,
I would like help you, but we have only different DT80 models in our range.
You write from the RS232-Port, not from the smart serial port!? It is very urgent for the next help steps=solution.
RS232-port ==1SERIAL
smart-port ==2SERIAL
Did you also set the com-parameter in the datataker (38400,8,N,1) command (temporary setting!): PH=38400,8,N,1 for RS232; PS=38400,8,N,1 for smart-port?
Also: Before a generic serial channel can be defined on this port, the port function must be set to SERIAL, as follows:
PROFILE HOST_PORT FUNCTION=SERIAL (RS232)
PROFILE SERSEN_PORT FUNCTION=SERIAL (smart-port)
PROFILE SERSEN_PORT MODE=RS232 (smart-port)
Do you use detransfer for the programming, then you must write:
2SERIAL("\\e{:06040401210120\\013\\010}%s[1$]") 'smart-port
1SERIAL("\\e{:06040401210120\\013\\010}%s[1$]") 'RS232
Please use also temporary P56=1 for more information/hints.
Fork