R rozrabiak Jul 1, 2004 #1 Hi everybody How can I use LPT port in C#? In google I don't find anything... Best regards.
G Guest Jul 1, 2004 #2 Here's another good article. I actually used this to control some motors and it worked great. http://www.codeproject.com/csharp/csppleds.asp
Here's another good article. I actually used this to control some motors and it worked great. http://www.codeproject.com/csharp/csppleds.asp
T Tamir Khason Jul 1, 2004 #3 ..NET 1.1 has no support for legacy ports (COM/LPT) You have to use PInvoke or Interop to the Win32 API ... If you have to send raw data to a printer: HOW TO: Send Raw Data to a Printer by Using Visual C# .NET : http://support.microsoft.com/?kbid=322091
..NET 1.1 has no support for legacy ports (COM/LPT) You have to use PInvoke or Interop to the Win32 API ... If you have to send raw data to a printer: HOW TO: Send Raw Data to a Printer by Using Visual C# .NET : http://support.microsoft.com/?kbid=322091