Results 1 issues of Beat Arnet

If `PCAN_LISTEN_ONLY` is enabled before `CAN_Initialize` has been called, then trying to disable it subsequently, as follows, has no effect. ``` int option = PCAN_PARAMETER_OFF; status = CAN_SetValue(PCAN_CHANNEL, PCAN_LISTEN_ONLY, &option,...