Click here to Skip to main content
16,012,316 members

Comments by sabridemirel (Top 14 by date)

sabridemirel 9-Jan-14 6:18am View    
Appear a vertical scroll.or no scroll
sabridemirel 19-Sep-13 5:07am View    
Thanks, solved problem
sabridemirel 18-Sep-13 15:12pm View    
Thank for replies.I try two different connection string:
SqlConnection connection = new SqlConnection("Data Source=localhost;Initial Catalog=SABRI-PC\SQLEXPRESS;Integrated Security=True");
SqlConnection connection1 = new SqlConnection(@"Server=localhost;Database=SABRI-PC\SQLEXPRESS;User ID=sa;Password=Sd0226535;Trusted_Connection=False;");
I allow the remote connections.
I completly turn off my firewall.
sabridemirel 30-Mar-11 2:23am View    
It seems working no any error.But the LCD do not show anything.
ı post another manual.it say that
Definition of Host ABSTRACT
Revision 00
Page 1 of 4
1 General
This document defines the message contents for controlling LCD devices with dot matrix dis-plays. A description of all available commands and responses is given. For data transmission purposes, these messages are to be packed into the MIS1 protocol frame.
2 Message Overview
The message content is laid down as follows:
Code
Command ID
Data
Code
Code byte, defines the type of message (see chapters below).
Command ID
Command identification for given error notifications (0x00 - 0xFE). It can be used for associating notification messages (from the controller) with command messages (from the host). An ID of 0xFF is reserved for sponta-neous notifications.
Data
Payload / user data.
Messages can have a maximum data length of 253 bytes (including code and command ID).
Message overview:
Host computer → Matrix controller
Code byte
Text messages
Group 0x10
Text to position x/y
0x18
Matrix controller → Host controller:
Code byte
Notification messages 1st group
Group 0x80
Error notification
0x8C
Definition of Host ABSTRACT
Revision 00
Page 2 of 4
3 Messages
Note:
All numbering details (image number, line number, number of gap bytes etc.) are counted from 0.
3.1 Host computer  Matrix controller
3.1.1 Write text at position x/y
This message allows a text to be freely positioned on the panel with the "normal", "flashing", and "inverse flashing" attributes. Two font types are available.
0x18
ID
1st byte, 2nd byte ...
ID: Command ID
1st byte: Image number m
2nd byte: Font number
3rd byte: Horizontal position x (high byte)
4th byte: Horizontal position x (low byte)
5th byte: Vertical position y (high byte)
6th byte: Vertical position y (low byte)
7th byte: Text range width w in pixels (high byte)
8th byte: Text range width w in pixels (low byte)
9th byte Text data or attribute information
10th byte: …
Text position:
Specified is the upper left corner of the text:
In case the given text does not fit into the specified text range width overflowing text will be cut off. Halving of letters is not supported, only entire letters are clipped. Setting a text range width of 0 writes the text on the display panel without any error checks.
Definition of Host ABSTRACT
Revision 00
Page 3 of 4
Attribute information:
Text attributes are tags for modifying the text presentation. They can be inserted anywhere in the text data stream. For attribute recognition a 0x00 byte must be sent followed by the actual attribute byte (see below).
Interpretation of the attribute byte is as follows:
Bit
7
6
5
4
3
2
1
0
MSB
LSB
Bit 0:
Value:
1
flashing
0
not flashing
Bit 3:
Value:
1
inverse flashing
0
not inversely flashing
All remaining bits:
Not used, should be set to 0 for subsequent extensions.
Inverse flashing characters are switched on when a flashing character is switched off. This en-ables characters, for instance, to jump between two positions.
Definition of Host ABSTRACT
Revision 00
Page 4 of 4
3.2 Matrix controller  Host computer
3.2.1 Error notification
0x8C
ID
1st byte, 2nd byte
ID: Command ID that is triggering the error notification
1st byte: Code that is triggering the error notification
2nd byte: Error number
Valid error numbers:
Number
ECS symbolic name
Description
1
CLIPPED
Display information shown in a clipped form
2
ECHAR_ATTRIBUTE
Invalid attribute for text output
3
ERANGE
Overflow of a command parameter
4
EOPTION
Invalid parameter in the command
5
EPAGE
Invalid image number
6
EFONTMISS
Font not defined
7
EALLOC
Memory cannot be allocated e.g. too many flow text sectors
8
EFLOWTEXT
Too many flow texts
9
EUNKNOWNCOMMAND
Unknown/unsupported command
sabridemirel 29-Mar-11 10:11am View    
ı am sorry but it is also not working.:(