MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Main Features (talk, share your ideas, get support) » Input / Output interfaces » External Display » Support


Support Support for external displays.

Reply
 
Thread Tools Display Modes
Old 2007-11-12, 15:43   #11 (permalink)
Portal Member
 
Join Date: Aug 2007
Age: 27
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

hello, i find the driver in windows/system32/hid.dll. I copy this driver in mediaportal/plugin/process/driverlcd.

I configure externaldisplay and i select my driver in the list. But it does'nt work. Indeed, there is a red circle. there is a message: impossible to fin information in hid.dll.

Please, JoeDalton, help me or i call Lucky Luke.

Thanks
Senji064 is offline   Reply With Quote
Old 2007-11-12, 16:50   #12 (permalink)
Portal Member
 
Join Date: Nov 2007
Posts: 12
Thanks: 1
Thanked 0 Times in 0 Posts


Default

did anyone find a solution to this, just got the HD135 case and this is the only thing left to sort!!
SniperFC is offline   Reply With Quote
Old 2007-11-14, 19:50   #13 (permalink)
MP Donator
 
Join Date: Oct 2006
Posts: 442
Thanks: 4
Thanked 5 Times in 5 Posts

Country:

My System

Send a message via ICQ to ashopedies
Default

if its a m-play 202 plus in the case, then it works with the mce display plugin.
i dont have a HD135 case, but i have a m-play 202 plus installed today. i use MP RC3 with the mce display plugin for MP RC2.

edit:
the display shows sometimes the wrong informations. espacially when a video is playing. while the video is playing the display shows: " media center - unknown". after pressing the stop button it shows the correct information. by resuming the video the display shows "media center - unknown" again.

Last edited by ashopedies; 2007-11-14 at 20:08.
ashopedies is offline   Reply With Quote
Old 2007-11-21, 16:03   #14 (permalink)
Portal Developer
 
Join Date: May 2007
Posts: 498
Thanks: 1
Thanked 77 Times in 39 Posts

Country:


Default

It seems that the display in the HD135 uses the same command set as the L.I.S.2 display... but uses a different communications (com port) speed...

So, as an experiment (as I don't have this device), I added an entry to the drivers list (the "VL Systems Mplay driver v1.0" driver)...

So, give this a try and see if it works...

NOTE: this is compiled for 0.2.3 (release version)

Instructions...
1) extract the processplugins.dll from the archive.
2) rename the processplugins.dll in your MediaPortal plugins/process/ directory to processplugins.dll.backup
3) copy the file you extracted in step 1) to your MediaPortal plugins/process/ directory
4) run configure.exe, select plugins, right click ExternalDisplay, select "disable" to enable the plugin, right click ExternalDisplay, select "configure", select the "VL systems Mplay driver v1.0" as the display.
5) Select the virtual comm port that your display is configured on... (Use Windows device manager to determine the correct Virtual comm port to use)
6) click on "ok" to save your external display configuration, click on "ok" to save your MediaPortal configuration and exit the configuration program.
7) run MediaPortal and determine if the display operates.

Regards,
CybrMage

(DRIVER REMOVED DUE TO NEW VERSION)

Last edited by cybrmage; 2007-12-29 at 12:26. Reason: DRIVER REMOVED DUE TO NEW VERSION
cybrmage is offline   Reply With Quote
This User Say Thank You:
Old 2007-11-21, 17:15   #15 (permalink)
Portal Member
 
Join Date: May 2007
Posts: 103
Thanks: 4
Thanked 19 Times in 11 Posts

Country:


Default

First of all, thank you for your effort. Then the bad news - nothing happens with this version. Here is logs added if those helps debugging.

One general improvement idea to that configuration window: a test button for your settings (Hello world! to display is enough).

Using Vista and MP 0.2.3.0 SVN16540

Last edited by -Manfred-; 2007-12-30 at 09:52.
-Manfred- is offline   Reply With Quote
Old 2007-11-24, 17:49   #16 (permalink)
aXs
Portal Member
 
Join Date: Sep 2007
Age: 39
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

Thank you cybrmage for your dll, my external display works perfectly with it (except with the accents é,è,ê... But it's maybe an other problem) . To make it work i have to disable the "Media Home Center" software from VL System and if this software is disable the remote controller doesn't work. So now i have a new problem . Do you have any ideas?

Regards

aXs
aXs is offline   Reply With Quote
Old 2007-11-26, 13:06   #17 (permalink)
Portal Developer
 
Join Date: May 2007
Posts: 498
Thanks: 1
Thanked 77 Times in 39 Posts

Country:


Default

Quote:
Originally Posted by aXs View Post
Thank you cybrmage for your dll, my external display works perfectly with it (except with the accents é,è,ê... But it's maybe an other problem) . To make it work i have to disable the "Media Home Center" software from VL System and if this software is disable the remote controller doesn't work. So now i have a new problem . Do you have any ideas?

Regards

aXs
I take it that the IR part of the device doesn't get exposed as a seperate USB device?...
As I don't have the hardware... I can't do much... but the IR section may work in a similar fashion to the MatrixOrbital display that have a keypad....

When I get a chance, I'll add some extra logging to the driver and you can do some testing to see it we can add remote control support to the driver...

Regards,
CybrMage


UPDATE:

Here is a test driver....

I have added some code to the driver to handle data returned by the display... So far, it ONLY logs that data that is returned (if any)... It is the first step to determining how the remote is handled...

Please test it out...

I will need the logs from two seperate MediaPortal sessions...

First Session:
1) run MediaPortal...
2) DO NOT PRESS ANY BUTTONS ON THE REMOTE CONTROL!!!
3) Allow Mediaportal to run for a minute or two.
4) shut down MediaPortal.
5) go to the logs directory... Rename mediaportal.log to mediaportal_part1.log.

Second Session:
1) run MediaPortal...
2) Press any key on the remote once.
3) wait several seconds
4) press a different key on the remote
5) wait several seconds
6) repeat step 2 through 5 several times using different keys on the remote
7) shut down MediaPortal.
8) go to the logs directory... Rename mediaportal.log to mediaportal_part2.log.

Add the mediaportal_part1.log and mediaportal_part2.log to a zip file, and post them here.

Regards,
CybrMage

Last edited by cybrmage; 2007-12-29 at 12:28. Reason: DRIVER REMOVED DUE TO NEW VERSION
cybrmage is offline   Reply With Quote
Old 2007-11-26, 14:40   #18 (permalink)
Portal Member
 
Join Date: Nov 2007
Posts: 12
Thanks: 1
Thanked 0 Times in 0 Posts


Default

I also have this problem and have been folowing this thread! I can't do any tests atm cause im getting ready to move house so my HTPC is boxed up, it will be out and running next weekend, so ill start running the tests aswell.


Just thought I would say thanks for the help and all

EDIT:

you mention a keypad?
Quote:
but the IR section may work in a similar fashion to the MatrixOrbital display that have a keypad
Ill take a photo when I get the chance, but there are 2 connection on the back of the dispay, one is called keypad or something similar. there is also a web site address which ill look up too.

Last edited by SniperFC; 2007-11-26 at 15:08.
SniperFC is offline   Reply With Quote
Old 2007-11-26, 15:53   #19 (permalink)
Portal Member
 
Join Date: May 2007
Posts: 103
Thanks: 4
Thanked 19 Times in 11 Posts

Country:


Default

@aXs: are you using Vista? Or anyone else got this working on Vista yet?

Some clarification how it behaves. When MHC (Vlsys prog) is disabled and MP is running display is showing what was the last view selected on MHC, so nothing from MP side. After MP is stopped and MCH is manually started again it can not find display port anymore and some strange chars are sent to it. So conclusion is that this dll can find the correct port but there is smthing strange going on. I have to cut power from PSU to recover the display, restart is not enough.

Is plain 0.2.3 needed or can SVN versions be used - this is now difference from reqs?

Cheers,
M
-Manfred- is offline   Reply With Quote
Old 2007-11-26, 16:24   #20 (permalink)
MP Donator
 
Join Date: Dec 2006
Age: 30
Posts: 104
Thanks: 5
Thanked 4 Times in 4 Posts

Country:


Default

Quote:
Originally Posted by -Manfred- View Post
@aXs: are you using Vista? Or anyone else got this working on Vista yet?

Some clarification how it behaves. When MHC (Vlsys prog) is disabled and MP is running display is showing what was the last view selected on MHC, so nothing from MP side. After MP is stopped and MCH is manually started again it can not find display port anymore and some strange chars are sent to it. So conclusion is that this dll can find the correct port but there is smthing strange going on. I have to cut power from PSU to recover the display, restart is not enough.

Is plain 0.2.3 needed or can SVN versions be used - this is now difference from reqs?

Cheers,
M
That's exactly the same behaviour that I got.

cybrmage for trying to get this to work!
Bagal is offline   Reply With Quote
Reply

Bookmarks

Tags
hd135, mplay, vfd, vlsys, zalman

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Zalman VFD in PM Takke General Support 3 2008-01-04 12:20
Zalman HD160XT Gehäuse Diskusion Muschi Hardware 10 2007-12-29 17:18
Set-up Zalman HD160XT Remote Giorgio_ap Support 4 2007-07-05 11:44
Zalman HD160 advice aarond Hardware Selection Help 13 2007-01-12 08:06
Problems with Zalman HD160 steviweavi HTPC Projects 6 2006-06-09 14:46


All times are GMT +1. The time now is 06:05.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress