I am looking for a device that I can configure to stream USB data to/from CAN. The device needs to be able to just wake up and act as a bridge. I have found devices on-line w/o any documentation and devices that essentially act like a serial TTY, but I cannot confirm that any will support what I want to do. Some devices provide an API that you can program a host to interact with the device, but that isn’t an acceptable solution.
What I am imagining is a device I can configure to listen/transmit on a single CAN message ID. Everything that comes in from USB goes out on that ID and anything coming in in that ID is sent on the USB side.
Does anybody know of a device that can be configured to work like this?
Thanks.