Module tauri_plugin_serialplugin::commands

source ·

Re-exports§

  • pub use __cmd__available_ports;
  • pub use __cmd__cancel_read;
  • pub use __cmd__close;
  • pub use __cmd__close_all;
  • pub use __cmd__force_close;
  • pub use __cmd__open;
  • pub use __cmd__read;
  • pub use __cmd__write;
  • pub use __cmd__write_binary;

Functions§

  • available_ports get serial port list
  • cacel_read cancel serial port data reading
  • close closes the specified serial port
  • close_all close all serial ports
  • force_close forcibly close the serial port
  • open opens the specified serial port
  • read read the specified serial port
  • write writes to the specified serial port
  • write write binary content to the specified serial port