Skip to content

Commit 334de59

Browse files
committed
Initial import.
1 parent 3f59f35 commit 334de59

23 files changed

+15392
-0
lines changed

.classpath

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5+
<classpathentry kind="lib" path="lib/RXTXcomm.jar"/>
6+
<classpathentry kind="output" path="bin"/>
7+
</classpath>

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/bin/

.project

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>ATCommandTester</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
</projectDescription>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false

ATCommandTester.jar

336 KB
Binary file not shown.

img/screen1.png

78.9 KB
Loading

lib/RXTXcomm.jar

62.2 KB
Binary file not shown.

lib/rxtx-comm.jar

62.4 KB
Binary file not shown.

run_x32.bat

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
java -Djava.library.path=./runtime/windows/x32 -jar ATCommandTester.jar

run_x64.bat

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
java -Djava.library.path=./runtime/windows/x64 -jar ATCommandTester.jar

runtime/linux/ia64/librxtxSerial.so

184 KB
Binary file not shown.

runtime/linux/x64/librxtxSerial.so

135 KB
Binary file not shown.

runtime/linux/x86/librxtxParallel.so

58.6 KB
Binary file not shown.

runtime/linux/x86/librxtxSerial.so

151 KB
Binary file not shown.

runtime/macosx/librxtxSerial.jnilib

319 KB
Binary file not shown.

runtime/windows/x64/rxtxParallel.dll

83 KB
Binary file not shown.

runtime/windows/x64/rxtxSerial.dll

127 KB
Binary file not shown.

runtime/windows/x86/rxtxParallel.dll

46.3 KB
Binary file not shown.

runtime/windows/x86/rxtxSerial.dll

75.9 KB
Binary file not shown.

src/ATCommandTester.java

+14,750
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)