796
Discussion - Software / Re: Can someone please explain how event characters are supposed to work?
« on: February 16, 2018, 04:38:00 PM »
Hello,
If you are sending 62 bytes of data and then the event character, then the event character could be sent in the next packet of data (64 bytes in total with two status bytes). This could violate this rule:
The event character will not work if it is the first character in the buffer.
However you need to decide whether you really need event characters. If you are sending 62bytes of data then it will be send immediately since you are sending a full buffer of data.
Best Regards,
FTDI Community
If you are sending 62 bytes of data and then the event character, then the event character could be sent in the next packet of data (64 bytes in total with two status bytes). This could violate this rule:
The event character will not work if it is the first character in the buffer.
However you need to decide whether you really need event characters. If you are sending 62bytes of data then it will be send immediately since you are sending a full buffer of data.
Best Regards,
FTDI Community