Software serial and serial event do not work together. Serial event is just for the hardware Serial (pins 0 and 1). Just use Serial3.available() in loop. See this post.. Or this post.
Software serial and serial event do not work together. Serial event is just for the hardware Serial (pins 0 and 1). Just use Serial3.available() in loop. See this post.. Or this post.