I need second and maybe even third uart modules (for rs232). Is there any sample code like in Arduino (Software uart)?
I need second and maybe even third uart modules (for rs232). Is there any sample code like in Arduino (Software uart)?
if you're using the softdevice then bitbanging anything which requires accurate timing like UART just doesn't work. This is why little or no sample code exists for that, you just can't really do it.
if you're using the softdevice then bitbanging anything which requires accurate timing like UART just doesn't work. This is why little or no sample code exists for that, you just can't really do it.