Experts, I'd like to ask: does DOS have any configuration requirements for writing COM serial port (RS232) communication? How do you configure it?
I wrote it with TC++3.0 but still can't get it to work. Could you give me some pointers?
Using #include
_bios_serialcom(_COM_INIT, comport, _COM_CHR8|_COM_STOP1|_COM_NOPARITY|_COM_2400); function
I wrote it with TC++3.0 but still can't get it to work. Could you give me some pointers?
Using #include
_bios_serialcom(_COM_INIT, comport, _COM_CHR8|_COM_STOP1|_COM_NOPARITY|_COM_2400); function


