if the pc is sending the ascii characters F 1 0 0 then it is actually sending four bytes.
you can either receive all four and then use some math to translate the characters 1 0 0 into a decimal 100, or if you can change what the PC is sending, you can send F d since ascii d is decimal 100.
Bookmarks