just-oblivious / arduino-ibustrx

Arduino library for sending and receiving messages over the BMW infotainment bus (IBUS).
MIT License
56 stars 11 forks source link

Serial console #4

Open sieuwe1 opened 3 years ago

sieuwe1 commented 3 years ago

Is it possible to use this library with a software serial connection instead of the serial connection used now which is also used for the usb communication.

For my project I need to get blinker status and report this back to a pc connected over usb. Can I define a software serial connection and use the ibus communication on that to use the usb serial connection to report back the status? Or is there another way?

Thanks

Sieuwe

harryberlin commented 3 years ago

i think this should be possible by replacing HardwareSerial with Stream. You will need SoftwareSerial which have Config Parity=Even.