Sending multiple bytes over wire

//Wire.send((char *)&b, sizeof b);

//may be more appropriate 
Wire.write ((byte*)&b, sizeof b);