Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /branches/ttcomtester/tests/serial_test/serial_paramaters/README.md

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10602 - (hide annotations) (download)
Sat Feb 18 16:45:04 2023 UTC (13 months, 3 weeks ago) by zmatsuo
File size: 541 byte(s)
シリアルテスト追加

- 送受テスト
  - tests/serial_test/sending_and_receiving_test
- 調査用パラメータの説明
  - tests/serial_test/serial_paramaters
1 zmatsuo 10602 # Serial paramater
2    
3     Special serial parameters for flow control investigations.
4     Please refer [block_diagram_serial.png](block_diagram_serial.png).
5    
6     ```
7     [Tera Term]
8     Serial.AppCTSDSRFlow = 0
9     ```
10    
11     AppCTSDSRFlow = 0
12     Same as before (make a request to the OS)
13    
14     AppCTSDSRFlow = 1
15     Tera Term check the RTS line to stop/resume requests to the OS.
16    
17     ```
18     [Tera Term]
19     Serial.RecieveBufferSize = 8192
20     Serial.SendBufferSize = 2048
21     ```
22    
23     Send and receive buffer size.
24     When the receive buffer is increased, data will not be lost.
25    

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26