pub fn write<R: Runtime>( _app: AppHandle<R>, _window: Window<R>, state: State<'_, SerialportState>, path: String, value: String, ) -> Result<usize, Error>
write writes to the specified serial port
write