I have an Epson DM-D110 display pole connected to COM1. When Windows XP starts up and shuts down, a small bit of random character data is sent to the display pole. Some times it's the fish symbol, it varies from time to time. This wouldn't really be so much of a problem except that the next time I need to use it, all the text is offset from that point and the display no longer makes much sense.

link|improve this question

56% accept rate
Issue an reset sequence before using it. Problem solved. It is just a 2 liner in any programming language and you can even do it with type and piping to com1: on the command prompt. – mailq Jan 16 at 22:18
feedback

closed as off topic by Ward, mailq, Massimo, SvenW, MDMarra Jan 19 at 13:43

Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.

1 Answer

Try using the /fastdetect:COM1 switch in the c:\boot.ini file.

Available switch options for the Windows XP and the Windows Server 2003 Boot.ini files
http://support.microsoft.com/kb/833721

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.