serXgetc does not read arrow keys

How can I read arrow keys (up, down, left, right) from the keyboard through the serial port? Since the arrow keys are not part of the standard ASCII characters, is there any way for me to read the arrow keys as I am detecting characters typed by the user in Hyperterminal? Thank you.