Arduino DUE - read serial in interupt

I need to receive data with interrupts because I've implemented RS485 multimaster protocol.

When one device start transmission it's sending to all of devices negotiation character - after which no device should send anything till bus will be free - so that negotiation character have to be read as fast as possbile (without poll) - and set lock on device to do not send anything till bus is free.