A André Almeida Maldonado May 31, 2004 #1 Hey guys, I'm trying to send some data to a printer trough COM 1 but I'm not having success. How can I do it? Thank's...
Hey guys, I'm trying to send some data to a printer trough COM 1 but I'm not having success. How can I do it? Thank's...
A Armin Zingler May 31, 2004 #2 André Almeida Maldonado said: Hey guys, I'm trying to send some data to a printer trough COM 1 but I'm not having success. How can I do it? Click to expand... Do you want to print or do you want to send data to the serial port? Printing: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbconPrintSupport.asp http://msdn.microsoft.com/library/en-us/crystlmn/html/crconcrystalreports.asp -- Armin How to quote and why: http://www.plig.net/nnq/nquote.html http://www.netmeister.org/news/learn2quote.html
André Almeida Maldonado said: Hey guys, I'm trying to send some data to a printer trough COM 1 but I'm not having success. How can I do it? Click to expand... Do you want to print or do you want to send data to the serial port? Printing: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbconPrintSupport.asp http://msdn.microsoft.com/library/en-us/crystlmn/html/crconcrystalreports.asp -- Armin How to quote and why: http://www.plig.net/nnq/nquote.html http://www.netmeister.org/news/learn2quote.html
H Herfried K. Wagner [MVP] May 31, 2004 #3 * "André Almeida Maldonado said: Hey guys, I'm trying to send some data to a printer trough COM 1 but I'm not having success. How can I do it? Click to expand... HOW TO: Send Raw Data to a Printer by Using Visual Basic .NET <URL:http://support.microsoft.com/?scid=kb;EN-US;322090>
* "André Almeida Maldonado said: Hey guys, I'm trying to send some data to a printer trough COM 1 but I'm not having success. How can I do it? Click to expand... HOW TO: Send Raw Data to a Printer by Using Visual Basic .NET <URL:http://support.microsoft.com/?scid=kb;EN-US;322090>
A André Almeida Maldonado May 31, 2004 #4 So.. I have to print trough the COM 1, but when I create a txt file and copy to the COM 1, I receive this error message: An unhandled exception of type 'System.IO.IOException' occurred in mscorlib.dll Additional information: The File "com 1" already exists. What can I do?????????????????????????????????
So.. I have to print trough the COM 1, but when I create a txt file and copy to the COM 1, I receive this error message: An unhandled exception of type 'System.IO.IOException' occurred in mscorlib.dll Additional information: The File "com 1" already exists. What can I do?????????????????????????????????
A Armin Zingler May 31, 2004 #5 André Almeida Maldonado said: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbconPrintSupport.asp http://msdn.microsoft.com/library/en-us/crystlmn/html/crconcrystalreports.asp So.. I have to print trough the COM 1, but when I create a txt file and copy to the COM 1, I receive this error message: An unhandled exception of type 'System.IO.IOException' occurred in mscorlib.dll Additional information: The File "com 1" already exists. What can I do????????????????????????????????? Click to expand... I don't know. I didn't suggest to open COM1 as a file. -- Armin How to quote and why: http://www.plig.net/nnq/nquote.html http://www.netmeister.org/news/learn2quote.html
André Almeida Maldonado said: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbconPrintSupport.asp http://msdn.microsoft.com/library/en-us/crystlmn/html/crconcrystalreports.asp So.. I have to print trough the COM 1, but when I create a txt file and copy to the COM 1, I receive this error message: An unhandled exception of type 'System.IO.IOException' occurred in mscorlib.dll Additional information: The File "com 1" already exists. What can I do????????????????????????????????? Click to expand... I don't know. I didn't suggest to open COM1 as a file. -- Armin How to quote and why: http://www.plig.net/nnq/nquote.html http://www.netmeister.org/news/learn2quote.html