What I do not want is one of those RFID readers which attaches to serial or USB port and writes its input to stdin.
I am looking for cheap & nasty RFID reader which I can query over serial or USB; a bonus is if it is also an RFID writer but doesn't add too much cost.
Coding something like:
fopen(com1); fwrite, com1, "hey, you, send me some input"); read(com1, ipit_value); fclose(com1);