Hai
I checked many sites no one had given how to implement a handshaking for serial port comminucation i am using _bios_serialcom () function. to communicate with hardware through serial port it is communicating fine without any problem but my requirement is when ever the data is ready we have to read that data.That i had done by checking the status value with 0x100...Is there any posiibilites to set or reset that particular bit by the user...
Finaly i want to know wheather user can set or reset the bits of status signal returned by the _bios_serialcom () function.....
I had checked the below link also the information is not available......
http://www.geocities.c om/horacespider/Serial_IO/TurboC_V3/TERMINAL.C
I checked many sites no one had given how to implement a handshaking for serial port comminucation i am using _bios_serialcom () function. to communicate with hardware through serial port it is communicating fine without any problem but my requirement is when ever the data is ready we have to read that data.That i had done by checking the status value with 0x100...Is there any posiibilites to set or reset that particular bit by the user...
Finaly i want to know wheather user can set or reset the bits of status signal returned by the _bios_serialcom () function.....
I had checked the below link also the information is not available......
http://www.geocities.c om/horacespider/Serial_IO/TurboC_V3/TERMINAL.C
Comment