Browse Subversion Repository
Contents of /branches/ttcomtester/tests/serial_test/serial_paramaters/README.md
Parent Directory
| Revision Log
Revision 10609 -
( show annotations)
( download)
Tue Feb 21 15:49:22 2023 UTC
(13 months, 2 weeks ago)
by zmatsuo
File size: 550 byte(s)
iniファイルのキーを修正
- 他のキーのルールと合わせて統一感を持たせるよう修正
| 1 |
# 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 |
SerialAppCTSDSRFlow = 0 |
| 9 |
``` |
| 10 |
|
| 11 |
SerialAppCTSDSRFlow = 0 |
| 12 |
Same as before (make a request to the OS) |
| 13 |
|
| 14 |
SerialAppCTSDSRFlow = 1 |
| 15 |
Tera Term check the RTS line to stop/resume requests to the OS. |
| 16 |
|
| 17 |
``` |
| 18 |
[Tera Term] |
| 19 |
SerialRecieveBufferSize = 8192 |
| 20 |
SerialSendBufferSize = 2048 |
| 21 |
``` |
| 22 |
|
| 23 |
Send and receive buffer size. |
| 24 |
When the receive buffer is increased, data will not be lost. |
| 25 |
|
|