pub fn write_binary<R: Runtime>( _app: AppHandle<R>, _window: Window<R>, state: State<'_, SerialportState>, path: String, value: Vec<u8>, ) -> Result<usize, Error>
Write binary data to the serial port