Ajax
ASP
C,C++
C#,.NET
CSS,HTML
Delphi,Kylix
Experience
Flash
Java
JavaScript
PHP
Python
QT
SQL
ShellScript
VB
U :
P :
Register
Lost Password
Other Links
Code Archive
Save Giovanni
C,C++ Category Code
Real Name
:
SharingCode.NET User
Subject
:
Access parallel port
Description
:
VC++ da parallel port kullanımı.
void PortCommunicate( HWND hwnd ) { File *stream; char buffer[max_size]; for (int i = 0; i<MAX_SIZE; i++) buffer[i] = 1; stream = fopen("LPT1", "wb"); fprintf(stream, buffer); fprintf(stream, "\n"); fclose(stream); }
Rating
:
5.00
(out of 5)
Visitor Voting Booth
:
Excellent
Very Good
Good
Fair
Poor
Copyright © 2006 SharingCode.NET . All rights reserved. Hosted By: SisNetworks