链接已复制
The Intel® Edison board has a known error on all UARTs. When the Intel® Edison board goes into low power sleep, the UART internal FIFO and interface is powered down. Therefore, a two-wire UART (Rx/Tx) will lose the first received character whenever the Intel® Edison board is in sleep mode. In order to avoid this condition, when sleep mode is enabled, a four-wire UART (Rx, Tx, CTS, and RTS) is required.
Intel® Edison Arduino Board Hardware Guide (page 17)
https://communities.intel.com/docs/DOC-23161
peter-kerney (Intel) wrote:
The Intel® Edison board has a known error on all UARTs. When the Intel® Edison board goes into low power sleep, the UART internal FIFO and interface is powered down. Therefore, a two-wire UART (Rx/Tx) will lose the first received character whenever the Intel® Edison board is in sleep mode. In order to avoid this condition, when sleep mode is enabled, a four-wire UART (Rx, Tx, CTS, and RTS) is required.
Intel® Edison Arduino Board Hardware Guide (page 17)
https://communities.intel.com/docs/DOC-23161
How comes I don't see this issue any longer on ww42 image?
matthias-hahn (Intel) wrote:
Quote:
How comes I don't see this issue any longer on ww42 image?
Can confirm. The version that came installed in the Edison had that problem. After I updated the image, it is now working fine as of Edison v120. (configure_edison --version).
