![]() |
|
|||||||
| Beta Driver Development Discussion of new drivers, finding someone to write a new driver, etc... |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
Epson ESC/VP21 Projector Driver Version 1.5 Attached is the Epson ESC/VP21 Projector driver based on the Epson TW1000/2000 driver by Robertmee. I have expanded the driver to support all current Epson projectors (that use the ESC/VP21 serial protocol). This includes the TW500, TW1000, TW2000, TW3000/4000/5000 and earlier models. Release Info Quote:
Adding New Projector Models To add new models to the projector the following lines need to be modified/added to the manifest file... Code:
Available in CQC 4.2.922+ ![]()
__________________
Wuench My Home Theater/Automation Website BlueGlass CQC Config Wuench's CQC Drivers Last edited by wuench : 04-20-2013 at 05:02 AM. Reason: Version 1.5 Update |
|
#2
|
||||
|
||||
|
Be sure to put a reasonable maximum size on the vector (I assume you are using a vector to hold them, as a deque type of thing) and to flush it on a Connect, so that it doesn't start doing commands that were posted yesterday or something.
__________________
Dean Roddey Software Geek Extraordinaire |
|
#3
|
|||
|
|||
|
Quote:
No vectors. I created a string for each command type and on the stringwrite I load it if in holddown. Then when I come out of holddown I check the individual strings and send the commands. I only store the last command of each type (Input, ColorMode, Aspect, and Mute). So if you change a parameter (Input for example) several times, the last one will be the one sent to the projector. I didn't clear them in the connect. I will look into that. I thought I would add this, because in my TW500 driver, I have to do all this stuff in the IV and it seems much easier just to let the driver handle it. Behold the power of CML ![]()
__________________
Wuench My Home Theater/Automation Website BlueGlass CQC Config Wuench's CQC Drivers |
|
#4
|
|||
|
|||
|
With the Epson 1080p /TW1000....
none of the inputs work... I get the following error.. "The value written to field Projector.Input was rejected by the driver" The power status is working but when I click to turn the power off I get... "Driver 'Projector' is not currently connected to it's device" which is strange because admin shows it connected. The color modes are different than the 1080p also... I tried them and they are a no go too. So basically the only thing that worked was showing the power status as on. ![]() Ron
__________________
Ron Last edited by ellisr63 : 07-29-2007 at 09:31 PM. |
|
#5
|
|||
|
|||
|
Turn on Verbose Logging and send me the log.
It looks like the protocol doc I thought was for the TW1000 was for the Epson Pro Cinema 1080 (not sure of the model number). So that is why the color mode names don't match up. I am looking at your User Guide and it looks like they are actually a lot closer to the TW500. But the inputs and aspect ratio's should still match the TW1000 profile. Another thing you can try is to select the "Other" profile and run though the Inputs and tell me which ones match up to your projector (if those work). But definitely send me the log.
__________________
Wuench My Home Theater/Automation Website BlueGlass CQC Config Wuench's CQC Drivers Last edited by wuench : 07-30-2007 at 03:38 AM. |
|
#6
|
|||
|
|||
|
Quote:
__________________
Ron Last edited by ellisr63 : 07-30-2007 at 08:53 AM. |
|
#7
|
|||
|
|||
|
How do I send a log?
Here is what I'm seeing... CheckHoldDown:-Power Transition, 29 Secs Left CheckHoldDown:-Power Transition, 32 Secs Left CheckHoldDown:-Power Transition, 36 Secs Left CheckHoldDown:-Power Transition, 39 Secs Left CheckHoldDown:-Power Transition, 42 Secs Left CheckHoldDown:-Power Transition, 45 Secs Left Driver 'Projector' has connected to it's device CheckHoldDown:-Power Transition, 45 Secs Left Driver 'Projector' is trying to connect to it's device Driver 'Projector' has lost connection to it's device EnableHoldDown:-Start Holddown 45 secs Poll:-Timeout, Iniatate Holddown CheckHoldDown:-Power Transition, 2 Secs Left CheckHoldDown:-Power Transition, 5 Secs Left CheckHoldDown:-Power Transition, 8 Secs Left CheckHoldDown:-Power Transition, 11 Secs Left CheckHoldDown:-Power Transition, 14 Secs Left CheckHoldDown:-Power Transition, 17 Secs Left CheckHoldDown:-Power Transition, 20 Secs Left CheckHoldDown:-Power Transition, 23 Secs Left CheckHoldDown:-Power Transition, 26 Secs Left CheckHoldDown:-Power Transition, 29 Secs Left CheckHoldDown:-Power Transition, 32 Secs Left CheckHoldDown:-Power Transition, 35 Secs Left CheckHoldDown:-Power Transition, 38 Secs Left CheckHoldDown:-Power Transition, 41 Secs Left CheckHoldDown:-Power Transition, 45 Secs Left as you can see it is never seeing the input selections.... i got this with the "other" selection.
__________________
Ron |
|
#8
|
|||
|
|||
|
Fire up the CQC log server monitor, let it run for a few minutes and then do a snap to file.
It looks like it keeps timing out. Although, that snapshot isn't enough to tell me what command it is timing out on. Send me the log, just email it to me. The next step may be to try LogMeIn. This might be the same power/sleep thing Robert was referring to. There was something in one of the protocol docs about the TW200 needing a wake up command. I wonder if it is something like that.
__________________
Wuench My Home Theater/Automation Website BlueGlass CQC Config Wuench's CQC Drivers Last edited by wuench : 07-30-2007 at 11:05 AM. |
|
#9
|
|||
|
|||
|
I sent it to you
![]()
__________________
Ron |
|
#10
|
|||
|
|||
|
installed the new driver and sent you the snap file.
tia, ron
__________________
Ron |
![]() |
| Thread Tools | |
| Display Modes | |
|
|