pub async fn write_regs<T: Transport>( t: &mut T, space: AddressSpace, off: u16, regs: &[u16], ) -> Result<(), Error<T::Error>>
Write encoded registers (holding) or a single coil.