The Microsoft(R) Guide for Assembly Language and C Programmers
By Ray Duncan
PROGRAMMING FOR MS-DOS
Genealogy of MS-DOS
MS-DOS in Operation
Structure of MS-DOS Application Programs
MS-DOS Programming Tools
Keyboard and Mouse Input
Video Display
Printer and Serial Port
File Management
Volumes and Dir ...
Tiny Planet is small device connected to a GSM cell phone. When the mobile receives a predefined SMS (text message), like "Activate burglar alarm" or "Start backup pump", the circuit automatically recognizes it as a command, and switches the output port accordingly. Besides switching the port on or ...
This small utility helps to generate seven segment display codes for different I/O connections. For example, AVR/PIC
Port A.0 -> D Segment
Port A.1 -> B Segment ....
Also it can generate Common Cathode or Common Anode table codes..
I Coded it long time ago. I Hope help someone.
Thank you ...
A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the networ ...