I Ibrahim Hammad Oct 6, 2003 #1 Is there any method to access the computer ports(eg. parellel port) throw C#.
A Andrew Gnenny Oct 7, 2003 #2 Hi, You could use the following approach: 1. Use Win32 CreateFile function to port device (for example \\.\LPT1 is a name of 1st parallel port) 2. Create System.IO.FileStream object using device handle returned by CreateFile
Hi, You could use the following approach: 1. Use Win32 CreateFile function to port device (for example \\.\LPT1 is a name of 1st parallel port) 2. Create System.IO.FileStream object using device handle returned by CreateFile