Struct esp8266_wifi_serial::Module [−][src]
pub struct Module<Rx, Tx, C, const N: usize> where
Rx: Read<u8> + 'static,
Tx: Write<u8> + 'static,
C: SimpleClock, { /* fields omitted */ }
Expand description
Basic communication interface with the esp8266 module.
Provides basic functionality for sending AT commands and getting corresponding responses.
Implementations
Establishes serial communication with the esp8266 module.
Sets the operation timeout to the timeout specified.
If the specified value is None
, the operations will block infinitely.