October 13th, 2013, 01:10 AM
-
Odd Parity
Instructions: Consider a data communications system that represents characters using ASCII with odd parity. Each 7-bit ASCII character is followed by a parity bit.
Specify the resulting 8-bit code word for each of the characters in the following message that is to be transmitted:
IAcademy!
(The characters in this message, including the exclamation mark.)
How must I go about this problem? Do I convert each ASCII character to 7-bit binary then append the parity bit?
UPDATE 2: Problem solved at StackOverflow.
UPDATE: Currently being addressed at StackOverflow. Comments here still welcome. Thank you.
October 15th, 2013, 04:45 AM
-