kvarnerexpress 0 Report post Posted July 22, 2005 Hi,In my old delphi project I use epson serial printers but since the computers upgraded to windows xp when I try to print something I get "Access violation at address ####" error, I was using some inline asm code for serial printing I think it is because of this.Is there a alternative way for using serial printers? Thanks. Share this post Link to post Share on other sites
DeveloperX 0 Report post Posted April 11, 2006 Please try my code: writeln('com','bla-bla-bla'); orwriteln('lpt','bla-bla-bla'); Share this post Link to post Share on other sites