i am from mongolia may i ask question , that about parallel port i/o. primer i have 1 or more picture file . and i wont sending by parallel port . and i think picsel's of the picture file sending byte by byte please c# tutorials this application
Loading
Amit ChoudharyPosted Apr 19, 2010, 11:26 AM
checkout the below link how to use parallel port using a inout32.dll
http://www.thaiio.com/prog-cgi/CshapeParallelPort.htm
Convert your image file to stream and write this stream to the port.
Please mark as answer if it helps.