MediaPortal Forums HTPC/MediaCenter

Sponsored Ads

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

Improvement Suggestions Improvement Suggestions for the external displays feature

Reply
 
LinkBack Thread Tools Display Modes
Old 2007-12-07, 19:44   #1 (permalink)
Portal Member
 
Join Date: Apr 2007
Posts: 19
Thanks: 3
Thanked 0 Times in 0 Posts

Country:


Lightbulb Support for super simple RS232 display

Hi all LCD-developers!


I have a very simple RS232 display made by Velleman. I can code somethings that sends signals to it, but I have no clue how to do that with Media Portal. If someone is interested in this issue, it would be truly great!

The display works as following: The program sends ASCII characters to the COM-port with 120 ms or more between each letter. Display has 16 characters and they scroll automatically from right to left

To show simple word, like "Music", the program can add 16-5 = 11 characters after the text, so that the old text won't get displayed. And in case of a longer name, like album name, display takes care of the scrolling. Just sending of characters - fast and easy.

This is some Basic-style pseudo-code of a loop that could be used to send a string to the display:


lenght = StringLenght(message)
pos = 0

repeat(lenght) {

char = StringCharAt(pos)
RS232send(char,pos,com1)
pos+=1
}


Thank you for your interest!
3dcoder is offline   Reply With Quote
Old 2007-12-08, 00:26   #2 (permalink)
Super Moderator
 
Join Date: Feb 2005
Location: Melbourne
Posts: 1,833
Thanks: 51
Thanked 21 Times in 21 Posts

Country:

My System

Send a message via ICQ to Marcusb
Default

have you tried the built in LCD plug in? It has compatibility with heaps of screens and one of the options is for simple serial LCDs.
Unfortunately the programmer who made it is away for a while dealing with some real life things, so he can't help with updates, but you can take a look for yourself if you are game.
Marcusb is offline   Reply With Quote
Reply

Bookmarks

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 On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
RS232 or IP Control pemberto General 4 2007-10-12 11:05
Simple (yet not too simple) Hardware set up... pochrist Installation, configuration support 3 2007-07-04 04:49
RS232 Interface johnnyb Improvement Suggestions 3 2007-04-11 03:01
Simple support question and answer tvStatic Website/Forum/Wiki Feedback 2 2007-02-12 23:08
multi display support? idznak Media Portal - Support 1 2005-05-10 09:32


All times are GMT +1. The time now is 23:12.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Integrated by BBpixel ©2004-2008, jvbPlugin

Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress