修訂 | 8 (tree) |
---|---|
時間 | 2012-06-13 16:26:11 |
作者 | tekken_boss |
000.001.008: 2012/06/13 16:24 : Default setting for SCI was changed.
@@ -15,9 +15,11 @@ | ||
15 | 15 | |
16 | 16 | #define SRCVER_MAJOR 0 |
17 | 17 | #define SRCVER_MINOR 1 |
18 | -#define SRCVER_BUILD 6 | |
18 | +#define SRCVER_BUILD 8 | |
19 | 19 | |
20 | 20 | /* -------------------------------------------------------------------- |
21 | +000.001.008: 2012/06/13 16:24 : Default setting for SCI was changed. | |
22 | +000.001.007: 2012/06/13 14:45 : Fine tuning of SL811 driver class. | |
21 | 23 | 000.001.006: 2012/06/11 17:01 : Fine tuning of SCI handshake. |
22 | 24 | 000.001.005: 2012/06/11 13:06 : UI for DC flow control is added. |
23 | 25 | 000.001.004: 2012/06/11 11:23 : DC flow control is added. |
@@ -280,8 +280,8 @@ | ||
280 | 280 | |
281 | 281 | // Default setting |
282 | 282 | sci_setting.speed_setting_index = COMM_SPEED_4800BPS; |
283 | - sci_setting.code_setting_index = COMM_CODE_ISO; | |
284 | - sci_setting.param_setting_index = COMM_PARAM_8BIT_NONPARITY_STOP2; | |
283 | + sci_setting.code_setting_index = COMM_CODE_ASCII; | |
284 | + sci_setting.param_setting_index = COMM_PARAM_7BIT_EVNPARITY_STOP2; | |
285 | 285 | sci_setting.flow_control_request = FLOW_REQ_NONE; |
286 | 286 | // UI related |
287 | 287 | ui_serial_proc = 0x00; |