Jelajahi Sumber

Deploying to gh-pages from @ cherry-embedded/CherryUSB@bafe795fd6f04c91d08bddcc5a07baa8a42bff85 🚀

sakumisu 4 minggu lalu
induk
melakukan
a3f0c06aed
3 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. TEMPAT SAMPAH
      _images/usbh_serial.png
  2. 1 1
      _sources/demo/usbh_serial.rst.txt
  3. 1 1
      demo/usbh_serial.html

TEMPAT SAMPAH
_images/usbh_serial.png


+ 1 - 1
_sources/demo/usbh_serial.rst.txt

@@ -3,7 +3,7 @@ usbh_serial
 
 
 Serial 框架当前支持 cdc acm, ftdi, cp210x, ch34x, pl2303,gsm 驱动。
 Serial 框架当前支持 cdc acm, ftdi, cp210x, ch34x, pl2303,gsm 驱动。
 
 
-.. figure:: usbh_serial.png
+.. figure:: img/usbh_serial.png
 
 
 当前支持两种使用方式,一种是使用源生 CherryUSB usbhost serial API 进行操作,另一种是基于平台封装的 API 操作,比如 rt-thread device API,nuttx posix API。
 当前支持两种使用方式,一种是使用源生 CherryUSB usbhost serial API 进行操作,另一种是基于平台封装的 API 操作,比如 rt-thread device API,nuttx posix API。
 
 

+ 1 - 1
demo/usbh_serial.html

@@ -161,7 +161,7 @@
 <h1>usbh_serial<a class="headerlink" href="#usbh-serial" title="Link to this heading"></a></h1>
 <h1>usbh_serial<a class="headerlink" href="#usbh-serial" title="Link to this heading"></a></h1>
 <p>Serial 框架当前支持 cdc acm, ftdi, cp210x, ch34x, pl2303,gsm 驱动。</p>
 <p>Serial 框架当前支持 cdc acm, ftdi, cp210x, ch34x, pl2303,gsm 驱动。</p>
 <figure class="align-default">
 <figure class="align-default">
-<img alt="demo/usbh_serial.png" src="demo/usbh_serial.png" />
+<img alt="../_images/usbh_serial.png" src="../_images/usbh_serial.png" />
 </figure>
 </figure>
 <p>当前支持两种使用方式,一种是使用源生 CherryUSB usbhost serial API 进行操作,另一种是基于平台封装的 API 操作,比如 rt-thread device API,nuttx posix API。</p>
 <p>当前支持两种使用方式,一种是使用源生 CherryUSB usbhost serial API 进行操作,另一种是基于平台封装的 API 操作,比如 rt-thread device API,nuttx posix API。</p>
 <p>下面演示的是使用 CherryUSB usbhost serial API 进行串口回环测试,并且使用阻塞发送,异步读取的方式:</p>
 <p>下面演示的是使用 CherryUSB usbhost serial API 进行串口回环测试,并且使用阻塞发送,异步读取的方式:</p>