EPSON OPOS ADK Sample Program

Device:   Line/Graphic Display


Step 1 Display characters.

When using Display Text method, display characters in a display.
New Method Open, ClaimDevice, ReleaseDevice, Close, ClearText, DisplayText
New Property DeviceEnabled

Step 2 A display and acquisition of the character to the specified position.

A display and acquisition of the character to the specified position.Display characters at the specified position.
New Method DisplayTextAt, ReadCharacterAtCursor (UPOS 1.6)
New Property CursorColumn, CursorRow

Step 3 Display blinking characters.

Catch the user's attention by displaying blinking characters.
New Method
New Property BlinkRate (UPOS 1.6)

Step 4 Display in a teletype mode.

Display characters in a teletype mode using the InterCharacterWait property.
New Method
New Property InterCharacterWait

Step 5 Scroll displayed characters.

Moves the displayed strings as specified counts.
New Method ScrollText
New Property

Step 6 Make a window to display in a marquee mode.

Make a window to display characters in a marquee mode.
New Method CreateWindow, DestroyWindow
New Property MarqueeFormat, MarqueeType, MarqueeRepeatWait, MarqueeUnitWait

Step 7 Adding error handlers.

If error handlers are added, the display operation is limited.
New Method
New Property

Step 8 Set the various kinds of characters.

When using the EPSON original escape commands, display various kinds of characters.(Supports only for Graphic Display.)
New Method ClearText
New Property

Step 9 Display bitmaps.

When using the DirectIO, display bitmaps. (Supports only for GraphicDisplay)
New Method DirectIO
New Property

Step 10 External character registration.

When using the DefineGlyph, External character registration. (UPOS 1.6)
New Method DefineGlyph
New Property CustomGlyphList, GlyphHeight, GlyphWidth

Step 11 Obtains the statistics of the device.

Obtains the statistics of the device. (UPOS 1.8)
New Method RetrieveStatistics
New Property CapStatisticsReporting

Step12 Display full-color images and barcodes.

When using the DirectIO, Display images and barcodes.
This sample program support only DM-D70.
New Method
New Property