blob: 1ad95bc05e53fce39d6b81d1153c8e804ce9e291 (
plain) (
blame)
1
2
3
4
|
malformed serial data being sent from guest
When sending data through serial from guest each time 0x0A byte is sent 0x0D is sent before it. For example, when sending {0x29, 0x0A} on the other end I receive {0x29, 0x0D, 0x0A}.
|