
66
66
USB Setting the Baud Rate
When we set HyperTerminal to the baud rate and selected “Connect”,
the driver sends the device a command to set its UART to that rate.
Class request 0x20 is SetLineCoding.
0xE100 = 57600
Class request 0x21 is GetLineCoding.
We return what we received to verify.