View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003074 | FSiMX6 | NI2C | public | 2016-11-16 09:43 | 2017-06-21 07:37 |
Reporter | zutter | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | V2.10 | ||||
Target Version | V2.20 | Fixed in Version | V2.20 | ||
Summary | 0003074: Repeated start does not work | ||||
Description | Repeated start does not work | ||||
Steps To Reproduce | NI2C_MSG_HEADER mymsg[] = { { 0x40, 0x00, 0x0001}, { 0x41, 0x00, 0x0001}, { 0x40, 0x00, 0x0001}, { 0x41, 0x00, 0x0001}, }; BYTE mydata[] = { 0x06, 0x00, 0x06, 0x00, }; DeviceIoControl(hI2C, IOCTL_NI2C_SCHEDULE, (LPBYTE)mymsg, sizeof(mymsg), mydata, sizeof(mydata), NULL, NULL); DeviceIoControl(hI2C, IOCTL_NI2C_GET_RESULT,(LPBYTE)mymsg, sizeof(mymsg), mydata, sizeof(mydata), NULL, NULL); | ||||
Forum Link | |||||
Found Driver Version | V0.3 | ||||
Fixed Driver Version | V1.0 | ||||