I ve been assigned a project in which I ve to basically read the information from an interface eg:hardware interface like the device through which employees have to swipe their i.d card when they enter the office...and then through the c program written by us, this data has to be sent to the internet spread sheet of a perticular person eg:in this case the boss... I came to know that this information comes to the computer through the com port. but I wanted to know commands in c which will recieve data from com port.. and also how to access the spreadsheet of the internet thru c commands...
I thought that the 2nd part i.e sending info to spreadsheet can be sent by considering the spreadsheet as a file.... is it possible? If yes how?
I tried few programs that I found in internet, though I have BIOS.h header file, it s showing no reference to BIOSCOM command. What do I do? I m working with borland compiler in windows32.