C# project topic
-
hello, I need to know whether i can use C# for hardware programming (like parallel port) and any project suggestions. Something like a hardware interface. thanks in advance. obi.
//obinnaaj Eof
"Controlling LEDs (Light Emiting Diodes) with Parallel Port"[^] has been a wildly popular article for years.
-
hello, I need to know whether i can use C# for hardware programming (like parallel port) and any project suggestions. Something like a hardware interface. thanks in advance. obi.
//obinnaaj Eof
Hi, yes you can but you need probably a C++ dll that handles the most basic accesses to hardware. I also think that you need to program a driver to get direct access to the hardware. If this is finished you can then create a .Net Wrapper around this dll and call the functions inside. Regards, Tobias