USB Settings:End Mode for Reads
- Updated2025-07-30
- 1 minute(s) read
Specifies the method used to terminate read operations. Valid values include: (0) End None, (4) End Short, (5) End Short or Count. Use (0) End None to receive all requested data bytes regardless of any short packets. Use (4) End Short if the device sends a zero (short) packet when the last data packet is full. Use (5) End Short or Count if the device does not send zero packets. The default is (5) End Short or Count.
Remarks
The following table lists the characteristics of this property.
| Short Name | USB End In |
| Data type | ![]() |
| Permissions | Read/Write |
| Available in Run-Time Engine | Yes |
| Available in Real-Time Operating System | Yes |
| None | 0 | |
| Short | 4 | |
| Short or Count | 5 |
