blob: 9782fcee21a1600323b0e3a4d1e0aca492e1ec1a (
plain) (
blame)
1
2
3
|
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}.
|