Is it possible to receive data from IO-Link on STEVAL-IOD003 ?
Hello,I would like to receive data on STEVAL-IOD003, mounted on Nucleo-G071Rb.I tried to receive the data just by coding uart from L6362A to the nucleo board, but it's not working.Some lines i used :HAL_UART_Receive(&huart1, buf, strlen((char*)buf), ...