Docs.rs
  • tinkerforge-async-0.0.2
    • tinkerforge-async 0.0.2
    • Docs.rs crate page
    • CC0-1.0 OR MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • koa
    • Dependencies
      • byteorder ^1.5.0 normal
      • const-str ^0.5.6 normal
      • futures-core ^0.3.28 normal
      • hmac ^0.12.1 normal
      • lazy_static ^1.4.0 normal
      • log ^0.4.20 normal
      • prometheus ^0.13.3 normal
      • rand ^0.8.5 normal
      • rand_chacha ^0.3.1 normal
      • sha-1 ^0.10.1 normal
      • thiserror ^1.0.49 normal
      • tokio ^1.33.0 normal
      • tokio-stream ^0.1.14 normal
    • Versions
    • 75.37% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

tinkerforge_async0.0.2

Module rs232_bricklet

  • Structs
  • Enums
  • Constants

In crate tinkerforge_async

?
Change settings

Module tinkerforge_async::rs232_bricklet

source ·
Expand description

Communicates with RS232 devices.

See also the documentation here.

Structs

  • Configuration
  • Identity
  • Read
  • ReadEvent
  • ReadFrame
  • Rs232Bricklet
    Communicates with RS232 devices

Enums

  • Rs232BrickletFunction

Constants

  • RS232_BRICKLET_BAUDRATE_300
  • RS232_BRICKLET_BAUDRATE_600
  • RS232_BRICKLET_BAUDRATE_1200
  • RS232_BRICKLET_BAUDRATE_2400
  • RS232_BRICKLET_BAUDRATE_4800
  • RS232_BRICKLET_BAUDRATE_9600
  • RS232_BRICKLET_BAUDRATE_14400
  • RS232_BRICKLET_BAUDRATE_19200
  • RS232_BRICKLET_BAUDRATE_28800
  • RS232_BRICKLET_BAUDRATE_38400
  • RS232_BRICKLET_BAUDRATE_57600
  • RS232_BRICKLET_BAUDRATE_115200
  • RS232_BRICKLET_BAUDRATE_230400
  • RS232_BRICKLET_ERROR_FRAMING
  • RS232_BRICKLET_ERROR_OVERRUN
  • RS232_BRICKLET_ERROR_PARITY
  • RS232_BRICKLET_HARDWARE_FLOWCONTROL_OFF
  • RS232_BRICKLET_HARDWARE_FLOWCONTROL_ON
  • RS232_BRICKLET_PARITY_EVEN
  • RS232_BRICKLET_PARITY_FORCED_PARITY_0
  • RS232_BRICKLET_PARITY_FORCED_PARITY_1
  • RS232_BRICKLET_PARITY_NONE
  • RS232_BRICKLET_PARITY_ODD
  • RS232_BRICKLET_SOFTWARE_FLOWCONTROL_OFF
  • RS232_BRICKLET_SOFTWARE_FLOWCONTROL_ON
  • RS232_BRICKLET_STOPBITS_1
  • RS232_BRICKLET_STOPBITS_2
  • RS232_BRICKLET_WORDLENGTH_5
  • RS232_BRICKLET_WORDLENGTH_6
  • RS232_BRICKLET_WORDLENGTH_7
  • RS232_BRICKLET_WORDLENGTH_8