<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>19 Sep 2018 06:46:00 Z</lastBuildDate><pubDate>29 Oct 2013 13:30:00 Z</pubDate><description>Hi,&#13;
&#13;
Today I manage to print to epson TM-T88iii through serial port using serial server&#13;
http://www.atop.com.tw/atop/product/product_detail/data/atop_iapl/en/serial_device_servers_entry_level/se5002/&#13;
&#13;
first I must warn that this is a very expensive tcp to serial convertor . but it work&#13;
&#13;
few setting must be done to serial server&#13;
1. Enable VirtualCOM for Serial/IP must uncheck&#13;
2. Empty Serial Buffer When TCP Connection is Established must set to YES&#13;
3. Data Packet Delimiter Inter-character Time Gap : 2 (default)&#13;
&#13;
on windev mobile make sure&#13;
socketchangetransmissionmode("PRT01", socketNoEndTag)&#13;
&#13;
next ,do not join the string to print and esc/pos command . seperate it. for example&#13;
socketwrite("PRT01", "TESTING 123")&#13;
socketwrite("PRT01", charact(27) + "d"+ charact(1)&#13;
&#13;
// to cut paper&#13;
socketwrite("PRT01", charact(27) + "d"+ charact(5)&#13;
socketwrite("PRT01", charact(27) + "m"&#13;
&#13;
&#13;
the serial server handle buffer pretty well . I can print 200 lines with 42 character each lines without any problem&#13;
&#13;
:D king of the lab :D</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/42969-wd18-android-print-through-serial-port/read.awp</link><title>[WD18 Android] print through serial port</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>etienne</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/42969-wd18-android-print-through-serial-port-66852/read.awp</comments><pubDate>19 Sep 2018 06:46:00 Z</pubDate><description>Hi,&#13;
&#13;
Do you maybe have sample code?&#13;
&#13;
Appreciate&#13;
&#13;
Etienne@c-pos.co.za</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/42969-wd18-android-print-through-serial-port-66852/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/42969-wd18-android-print-through-serial-port-66852/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/42969-wd18-android-print-through-serial-port/read.awp">[WD18 Android] print through serial port</source><title>Re: [WD18 Android] print through serial port</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/42969-wd18-android-print-through-serial-port-42975/read.awp</comments><pubDate>29 Oct 2013 20:13:00 Z</pubDate><description>Hi&#13;
&#13;
Any chance of you replying to the questions on your previous post?&#13;
&#13;
[WM18 Android] print to printserver&#13;
&#13;
Thanks&#13;
&#13;
&#13;
E…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/42969-wd18-android-print-through-serial-port-42975/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/42969-wd18-android-print-through-serial-port-42975/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/42969-wd18-android-print-through-serial-port/read.awp">[WD18 Android] print through serial port</source><title>Re: [WD18 Android] print through serial port</title></item></channel></rss>
