Initializes the connection to the device.
@override Future<bool> init() async { logger.warning("Using a mock CAN service"); return true; }