Epson TM-T88IV ReStick 기술 노트 - 페이지 5

{카테고리_이름} Epson TM-T88IV ReStick에 대한 기술 노트을 온라인으로 검색하거나 PDF를 다운로드하세요. Epson TM-T88IV ReStick 8 페이지. Receipt restick printer in windows using an ethernet connection
Epson TM-T88IV ReStick에 대해서도 마찬가지입니다: 브로셔 (2 페이지), 사양 (2 페이지), 사용자 설명서 (15 페이지), 사용자 설명서 (9 페이지), 단계별 설치 매뉴얼 (14 페이지), 기술 게시판 (5 페이지), 매뉴얼 (10 페이지), 사용자 설명서 (20 페이지)

Epson TM-T88IV ReStick 기술 노트
MultiQ Products AB provides NO support for application development of any kind. The information here is provided "as
is", and there is no guarantee that any of the examples shown will work in your particular application.

3 Connect the Epson TM-T88IV printer

Connect the TM-T88IV printer to the media player/monitor using the USB cable. The printer should
be ready for use.
To initiate printing a print command has to be sent to the printer. In this application note one
possible way of doing this is described.
In this example we use a web page "printerpage.html" on which there is a button initiating the
printout of the content of a framed element contained in the file "printout.html" on the same page.
printerpage.html code
<html>
<head>
<script>
function printframe(frameid)
{
document getElementById(frameid) contentWindow print();
}
</script>
</head>
<body>
<input type="button" value="print iframe"
onclick="printframe('printcontent')">
</input>
<iframe id="printcontent" src=" ./printout.html"
Style="display block"> <!--use style="visibility hidden" to hide
iframe... -->
</iframe>
</body>
</html>
printout.html code
<html>
<head></head>
<body>
<font style="font-size:40px;">
<p>40px text
<i>In Italics</i></p>
</font>
</body>
</html>
Technical Note – Epson TM-T88IV printer
5