Can attachInterrupt() be used for Serial1 pins

serialEvent() is not interrupt driven, it's a sync function called in between iterations of loop() - I've already discussed that with the OP here

Quote from the docs you linked

1 Like