This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Need IP code advice for Panasonic Projector
#1
I am trying to write serial code for a Panasonic PT-DZ13KU projector.  I have tried the following variations to turn the projector ON to no effect:

30 30 70 6f 77 72 31 0d (ascii = "00powr1\0d") and 25 31 50 4f 57 52 20 31 0d (ascii = "%1POWR 1\0d")

These commands generate at "ERR1" error message.

Any ideas?  Thanks!
Reply
#2
Hi,

Try to use: string.char(0x30, 0x30, 0x70, 0x6f, 0x77, 0x72, 0x31, 0x0d)

BR,

Erwin
Reply


Forum Jump: