LinuxMCE Forums
May 25, 2013, 09:44:49 pm GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
   Home   Help Search Chat Login Register  
Pages: [1]
  Print  
Author Topic: 110 baud rate for Olevia 537H LCD  (Read 929 times)
gaspala
Regular Poster
**
Posts: 20


View Profile
« on: October 23, 2008, 01:45:49 am »

Hi,

I have Olevia 537H LCD that has a serial port. This TV accepts commands from serial port at 115200 baud rate. However, the initial "power on" command needs to be sent at 110 baud rate. I have verified this functionality using Windows XP.

/usr/pluto/bin/TestSerialPort command does not accept 110 as a baud rate.

Is there any other way to send data on serial port at 110 baud rate ?

Your help is very much appreciated.
Logged
tschak909
LinuxMCE God
****
Posts: 5101

DOES work for LinuxMCE.


View Profile
« Reply #1 on: October 23, 2008, 02:58:20 pm »

110 bps?!?!?!?!

that's an old teletype transmission rate for TDD's!

what the...

-Thom
Logged
PeteK
Guru
****
Posts: 408


View Profile
« Reply #2 on: October 26, 2008, 03:43:29 pm »

Do you have the ICD for this TV?  I've got a 232T that takes everything at 115K.  Can you post a copy of the ICD?

Thanks,
-Peter
Logged
gaspala
Regular Poster
**
Posts: 20


View Profile
« Reply #3 on: October 27, 2008, 07:31:22 pm »

I am not sure what you mean by ICD.
Logged
Monkgs
Veteran
***
Posts: 72


View Profile
« Reply #4 on: October 30, 2008, 02:04:01 pm »

Hi,

I have Olevia 537H LCD that has a serial port. This TV accepts commands from serial port at 115200 baud rate. However, the initial "power on" command needs to be sent at 110 baud rate. I have verified this functionality using Windows XP.

/usr/pluto/bin/TestSerialPort command does not accept 110 as a baud rate.

Is there any other way to send data on serial port at 110 baud rate ?

Your help is very much appreciated.


The Olevia 537H manual doesn't mention anything about sending the power on command at 110 baud. My Olevia 747i didn't require anything like that. Perhaps you need to play with your codes a little. This model seems to be pretty funny, requiring an initial sequence of characters to negotiate the port speed and then pauses in between ever two bytes.

From what I understand of the manual a basic power on sequence would look like this:

0x02 0x00 0x00 0x13 0x01 0x00 <delay 8ms> 0x50 0xBE <delay 8ms> 0x50 0xEF <delay 8ms> 0x50 0x25 <delay 8ms> 0x50 0x00 <delay 8ms> 0x50 0x29

You can take a look at the device template I made for the Olevia 747i. Yours will probably be similar. http://wiki.linuxmce.org/index.php/Olevia_700_Series_LCDs

Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!