whether windows.h is supported in C language if so how to include it in c library.
can u also help me by giving concepts for the interrupt handling phenomenon in C language for a device at serial port.
how to sent 8 bytes of data to a serial port device
i tried with inportb( ),outportb( ),they are used for only the one byte only.
can u also help me by giving concepts for the interrupt handling phenomenon in C language for a device at serial port.
how to sent 8 bytes of data to a serial port device
i tried with inportb( ),outportb( ),they are used for only the one byte only.
Comment