Control Projector with RS232

Hi,
I try to take the control of a BenQ MW612 with USB to RS-232 cable.
Port Com : OK
Baud Rate on the projector 115200
With Tera Term i can control it without problem :

But with Touch i get these return message : (and projector do nothing)

Strange or not?

I finally solve it !
Here the code for the futur generation
Power on :

op('serial1').send('\r*pow=on#\r', terminator='')  

Then power off :

op('serial1').send('\r*pow=off#\r', terminator='')


So you see the pattern, look at your \r

Thank you so much Richard Burns & Alexandre Dagenais on Facebook
I use Device Monitor Studio to read the difference between Tera Term and Touch.