1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
--- ctapi.c.bak Fri Feb 20 05:40:24 2004
+++ ctapi.c Fri Feb 20 12:32:47 2004
@@ -29,7 +29,7 @@
#endif
#ifndef SUN_SPARC
- BretVal = IO_InitializePort(9600,8,'E',"/dev/ttyS0");
+ BretVal = IO_InitializePort(9600,8,'E',"/dev/cuad0");
#endif
break;
@@ -41,7 +41,7 @@
#endif
#ifndef SUN_SPARC
- BretVal = IO_InitializePort(9600,8,'E',"/dev/ttyS1");
+ BretVal = IO_InitializePort(9600,8,'E',"/dev/cuad1");
#endif
break;
@@ -53,7 +53,7 @@
#endif
#ifndef SUN_SPARC
- BretVal = IO_InitializePort(9600,8,'E',"/dev/ttyS2");
+ BretVal = IO_InitializePort(9600,8,'E',"/dev/cuad2");
#endif
break;
@@ -65,7 +65,7 @@
#endif
#ifndef SUN_SPARC
- BretVal = IO_InitializePort(9600,8,'E',"/dev/ttyS3");
+ BretVal = IO_InitializePort(9600,8,'E',"/dev/cuad3");
#endif
break;
|