Hi,
Most serial ports in PCs do not support more than 8 bits of data. The fist thing to check here is the hardware connection.
Some PICs communicate with the SPI protocol that is a different interface than a regular RS-232 serial interface.
If the PIC is transmitting RS 232 then you would use ComRd that allows you to read multiple bytes, the you would have to cast the data to a short int.
Hope this helps.
Regards,
Juan Carlos
N.I.