Hello,
I am using an USB-LIN 8476s device, when I emit a LIN frame I'd like my usb device to emit a synchronization signal
I've read the doc and the samples, and tried it with my device
however I never get any signal on the TRIG PIN of the USB-LIN
for info I use
Status = ncConnectTerminals (LINTxRx, NC_SRC_TERM_START_TRIGGER, NC_DEST_TERM_RTSI0, 0);
Status = ncAction (LINTxRx, NC_OP_START, 0)
I get no error but no signal on the trig pin (I've tried with and and without external clock through the CLK pin, to no avail)
Any help?