Lines 1-5
Link Here
|
1 |
--- unix/plugins/SerialPlugin/sqUnixSerial.c.org 2012-09-24 15:29:28.000000000 +0900 |
1 |
--- unix/plugins/SerialPlugin/sqUnixSerial.c.orig 2011-03-14 05:01:56 UTC |
2 |
+++ unix/plugins/SerialPlugin/sqUnixSerial.c 2012-09-24 15:29:38.000000000 +0900 |
2 |
+++ unix/plugins/SerialPlugin/sqUnixSerial.c |
3 |
@@ -21,7 +21,7 @@ |
3 |
@@ -21,7 +21,7 @@ |
4 |
#define PORT_NAME_SIZE 64 |
4 |
#define PORT_NAME_SIZE 64 |
5 |
|
5 |
|
Lines 9-11
Link Here
|
9 |
|
9 |
|
10 |
/* stopBits 0=1.5, 1=1, 2=2 */ |
10 |
/* stopBits 0=1.5, 1=1, 2=2 */ |
11 |
/* I don't know how to get 1.5 stop bits. Oh well. So you get 2 instead */ |
11 |
/* I don't know how to get 1.5 stop bits. Oh well. So you get 2 instead */ |
|
|
12 |
@@ -94,10 +94,8 @@ static drDecode dataRateDecode[] = { |
13 |
#endif |
14 |
#if defined(B500000) /* missing on GNU/Linux prior to 2.2 */ |
15 |
{ 500000, B500000 }, |
16 |
- { 576000, B576000 }, |
17 |
{ 921600, B921600 }, |
18 |
{ 1000000, B1000000 }, |
19 |
- { 1152000, B1152000 }, |
20 |
{ 1500000, B1500000 }, |
21 |
{ 2000000, B2000000 }, |
22 |
#endif |