acer h6510bd serial commands - SOLVED

User avatar
PacManFan
Site Admin
Posts: 633
Joined: Sun Dec 01, 2013 11:44 am
Location: Ahead of the curve
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: acer h6510bd serial commands - SOLVED

Postby PacManFan » Mon Feb 16, 2015 2:37 pm

Use an ascii to hex converter. Also, you'll have to manually add a CRLF to the end .

vonhellsing
Posts: 14
Joined: Sat Feb 14, 2015 10:34 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: acer h6510bd serial commands - SOLVED

Postby vonhellsing » Mon Feb 16, 2015 5:43 pm

not wanting to abuse the patience, I have no idea how to do this kkkk

i just put CRLF or have some code

can u helpe me ?

cheers!

angelini

Scatterplot
Posts: 119
Joined: Mon Jan 12, 2015 12:09 pm
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: acer h6510bd serial commands - SOLVED

Postby Scatterplot » Mon Feb 16, 2015 5:46 pm

CRLF means Carriage Return, Line Feed. See the following table:
http://www.asciitable.com/

You can see that Carriage Return is hex 0xD and Line Feed is 0xA. I'm not sure what format exactly you need your hex codes in, but I assume it's two ASCII letters per Hex character, so at the end of your converted string just add 0D0A (those are zeros, not O's).

vonhellsing
Posts: 14
Joined: Sat Feb 14, 2015 10:34 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: acer h6510bd serial commands - SOLVED

Postby vonhellsing » Mon Feb 16, 2015 5:58 pm

I find this factory manual, with this codes IR codes, ASCII, and some examples.

I don't have idea i need put on and off in creation workshop :)

cheers!

angelini
Attachments
rs232-codes_benqMX613st.pdf
(1.56 MiB) Downloaded 781 times

User avatar
PacManFan
Site Admin
Posts: 633
Joined: Sun Dec 01, 2013 11:44 am
Location: Ahead of the curve
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: acer h6510bd serial commands - SOLVED

Postby PacManFan » Mon Feb 16, 2015 6:20 pm

according to the pdf, you should just be able to send '02'

neurofun
Posts: 13
Joined: Tue Oct 07, 2014 9:01 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: acer h6510bd serial commands - SOLVED

Postby neurofun » Tue Feb 17, 2015 5:45 am

first make sure you select "projector control" in "configure machine".
then click "edit commands" under projector control in the control window.

these are the on off commands for benq projectors:

<CR>*pow=on#<CR>
0D2a706f773d6f6e230D

<CR>*pow=off#<CR>
0D2a706f773d6f6666230D

vonhellsing
Posts: 14
Joined: Sat Feb 14, 2015 10:34 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: acer h6510bd serial commands - SOLVED

Postby vonhellsing » Tue Feb 17, 2015 5:57 am

Wow thx man!!

vonhellsing
Posts: 14
Joined: Sat Feb 14, 2015 10:34 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: acer h6510bd serial commands - SOLVED

Postby vonhellsing » Tue Feb 17, 2015 8:42 pm


neurofun
Posts: 13
Joined: Tue Oct 07, 2014 9:01 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: acer h6510bd serial commands - SOLVED

Postby neurofun » Wed Feb 18, 2015 6:54 am

i use those codes for a benq w1070+ and they work fine.

check your baud rate, for the w1070+ it is 115200baud.

vonhellsing
Posts: 14
Joined: Sat Feb 14, 2015 10:34 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: acer h6510bd serial commands - SOLVED

Postby vonhellsing » Fri Feb 20, 2015 8:22 am



[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable