parallel port programming c windows 7

Serial port programming for Windows and Linux

Serial port programming for Windows and Linux

... system call used to close a file is also used to close the port. It is not strictly necessary to close the port before closing the application because modern operating systems like Microsoft Windows ... fi- nally, closing the port. It is possible then to create an API that contains the functions necessary to success- fully communicate with the serial port. With a single header file that contains ... actual application can then use the common header file as its interface to the serial port. This creates a cross-platform serial inter- face allowing the creation of code that is more easily portable...

Ngày tải lên: 05/11/2013, 20:15

10 684 1
Programming the Parallel Port

Programming the Parallel Port

... Some popular latch ICs. Name Description 74 HCT 373 Octal D-type latch 74 HCT 573 Octal D-type latch Page 24 Counters Counters, as the name suggests, count. The counter has a clock input pin, a reset ... multiplexer Table 2 .7 Some popular counter ICs. Name Description 74 LS90 Decade counter 74 HCT4024 Six-stage binary counter 74 HCT4040 12-Stage binary counter 74 HCT190 Synchronous decade up/down counters with ... popular decoder and multiplexer ICs. Name Description 74 HCT1 37 3-to-8-line decoder with address latch 74 HCT138 3-to-8-line decoder 74 HCT139 Dual 2-to-4-line decoder 74 HCT251 Eight-channel tristate...

Ngày tải lên: 04/11/2013, 18:15

267 341 0
Tài liệu Programming Microsoft Windows with C# pptx

Tài liệu Programming Microsoft Windows with C# pptx

... obscure code. C# also supports a goto in the switch and case construction to branch to another case: switch (a) { case 1: b = 2; goto case 3; case 2: c = 7; goto default; case ... output. ConsoleAdder.cs // // ConsoleAdder.cs â 2001 by Charles Petzold Chapter 1: Console Thyself Overview In that succinct and (perhaps consequently) much-beloved classic tutorial The C Programming ... Library of Congress Cataloging-in-Publication Data Petzold, Charles, 1953- Programming Microsoft Windows with C# / Charles Petzold. p. cm. Includes index. ISBN 0 -73 56-1 370 -2 1. C# (Computer...

Ngày tải lên: 10/12/2013, 14:16

1,1K 618 1
Tài liệu Parallel Port Complete: Programming, Interfacing, & Using the PC''''s Parallel Printer Port ppt

Tài liệu Parallel Port Complete: Programming, Interfacing, & Using the PC''''s Parallel Printer Port ppt

... autorrnatic setting=_ Conflicting device list: I nterrupt Request 03 used by Communications Port (CCiM'2) Direct Memory Access 01 used by: Media Vision Thunder Board Select a port and click OK, or Cancel to ... ISA-bus speeds. ECPs have buffers and support for DMA (direct memory access) transfers Parallel Port Complete 3 The Circuits Inside Cables Essentials Inside the computer, the parallel- port circuits may ... 36-contact connector as the Centronics connector, because it's the same type formerly used on Centronics printers. Other names are parallel- interface connector or just printer connector. IEEE...

Ngày tải lên: 22/01/2014, 11:20

63 355 0
Programming Microsoft Windows with C# phần 1 ppsx

Programming Microsoft Windows with C# phần 1 ppsx

... ìựêằ ạÃêằ ơáÃ- ẵ ằ í-ằỉằẫđẳũ ì ơáÃ- ắàụ ìự Programming Microsoft Windows with C# Programming Microsoft Windows with C# by Charles Petzold MicrosoftPress w ợợ For the great people from [OR]...

Ngày tải lên: 12/08/2014, 22:22

108 330 0
Lập trình C  Windows 07_Các khái niệm

Lập trình C Windows 07_Các khái niệm

... message wc.hInstance = hInstance; wc.hCursor = LoadCursor(hInstance, (LPSTR) IDC_CURSOR); wc.hIcon = LoadIcon(hInstance, (LPSTR) IDI_ICON); wc.hbrBackground = (HBRUSH) (COLOR_APPWORKSPACE + 1); wc.lpszMenuName ... m c định c a hệ thống. VD. COLOR_BACKGROUND + 1 hbrBackground handle c a icon, x c định biểu tượng c a c asổhIcon handle c a cursor, x c định dạng cursor trong vùng client hCursor Instance c a ... (GUI)…(tt)  GUI: Graphics User Interface  C c dạng GUI c bản:  SDI - Single Document Interface  Một c a sổ làm vi c  Cho phép thay đổi kích thư c cửa sổ (Resizeable)  Không c c c cửa sổ con  Ví dụ:...

Ngày tải lên: 14/11/2012, 17:00

22 462 2
Lập trình C  Windows 08_Các kiểu dữ liệu cơ bản

Lập trình C Windows 08_Các kiểu dữ liệu cơ bản

... BYTE LPCOLORREF con trỏ đến kiểu COLORREF LPCSTR con trỏ đến 1 chuỗi ký tự hằng, kết th c bằng 0. Đây là chuỗi dạng ANSI 8 bits/ký tự LPCTSTR con trỏ chuỗi ký tự. Nếu c hiệu UNICODE đư c định ... con trỏ chuỗi ký tự. Nếu c hiệu UNICODE đư c định nghĩa, kiểu này tương đương với PCWSTR; ngư c lại sẽ tương đương với PCSTR PCWCH con trỏ đến 1 hằng kiểu WCHAR PCWSTR con trỏ đến 1 chuỗi ... PBOOLEAN con trỏ đến kiểu BOOLEAN PBYTE con trỏ đến kiểu BYTE PCHAR con trỏ đến kiểu CHAR PCSTR con trỏ đến 1 chuỗi ký tự hằng, kết th c bằng 0. Đây là chuỗi dạng ANSI 8 bits/ký tự PCTSTR con...

Ngày tải lên: 14/11/2012, 17:00

3 1,3K 17
Lập trình C  Windows 10_Generic_App

Lập trình C Windows 10_Generic_App

... header mô tả c c hằng số c a chương trình. // Generic_App.h // Sử dụng cho: Generic_App.cpp, Generic_App.rc // Nguyen Tri Tuan - Khoa CNTT – ĐH.KHTN Tp.HCM // // Used by C. RC // #define ... "resource.h" #define MAX_LOADSTRING 100 // C c biến toàn c c HINSTANCE hInst; // instance c a application TCHAR szTitle[MAX_LOADSTRING]; // Tiêu đề c a c a sổ TCHAR szWindowClass[MAX_LOADSTRING]; ... szWindowClass[MAX_LOADSTRING]; // Tên lớp c a sổ (window class name) // Prototype c a c c hàm xử lý ATOM MyRegisterClass(HINSTANCE hInstance); BOOL InitInstance(HINSTANCE, int); LRESULT CALLBACK WndProc(HWND, UINT,...

Ngày tải lên: 14/11/2012, 17:00

6 492 1
Lập trình C  Windows 11_Ví  dụ - bài tập

Lập trình C Windows 11_Ví dụ - bài tập

... sizeof(WNDCLASSEX); wcex.style = CS_HREDRAW | CS_VREDRAW; wcex.lpfnWndProc = (WNDPROC)WndProc; wcex.cbClsExtra = 0; wcex.cbWndExtra = 0; wcex.hInstance = hInstance; wcex.hIcon = LoadIcon(hInstance, (LPCTSTR)IDI_BBBBB); wcex.hCursor ... (LPCTSTR)IDI_BBBBB); wcex.hCursor = LoadCursor(NULL, IDC_ARROW); wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW+1); wcex.lpszMenuName= (LPCSTR)IDC_BBBBB; wcex.lpszClassName = szWindowClass; wcex.hIconSm = LoadIcon(hInstance,(LPCTSTR)IDI_SMALL); RegisterClassEx(&wcex); ... ãYờu cu: Thit k d liu Vit mó gi x lý cho c c s kin sau: ãWM_CREATE , WM_DESTROY ãWM_PAINT ãWM_TIMER Bi tp 2 H V L 27 MFC là gì? 3 RegisterClassEx WNDCLASSEX wcex; wcex.cbSize = sizeof(WNDCLASSEX);...

Ngày tải lên: 14/11/2012, 17:00

27 475 1
w