COM 1

  • Thread starter Thread starter André Almeida Maldonado
  • Start date Start date
A

André Almeida Maldonado

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...
 
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?

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
 
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?????????????????????????????????
 
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?????????????????????????????????


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
 
Back
Top