kuro-rs 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +4 -0
- data/README.rdoc +10 -1
- data/lib/kuro-rs.rb +1 -1
- data/lib/kuro-rs/main.rb +1 -1
- metadata +3 -3
data/History.txt
CHANGED
data/README.rdoc
CHANGED
@@ -8,7 +8,6 @@ control KURO-RS (http://www.kuroutoshikou.com/modules/display/?iid=928) and PC-O
|
|
8
8
|
|
9
9
|
== SYNOPSIS:
|
10
10
|
|
11
|
-
|
12
11
|
require 'rubygems'
|
13
12
|
require 'kuro-rs'
|
14
13
|
|
@@ -26,6 +25,16 @@ control KURO-RS (http://www.kuroutoshikou.com/modules/display/?iid=928) and PC-O
|
|
26
25
|
kr.close
|
27
26
|
|
28
27
|
|
28
|
+
== TOOLS:
|
29
|
+
|
30
|
+
you can use simple command line application.
|
31
|
+
|
32
|
+
# read
|
33
|
+
% kuro-rs /dev.tty.usbserial-0012a3b4
|
34
|
+
|
35
|
+
# write
|
36
|
+
% kuro-rs /dev.tty.usbserial-0012a3b4 ffffffff0300f0e0018083...
|
37
|
+
|
29
38
|
== REQUIREMENTS:
|
30
39
|
|
31
40
|
* KURO-RS or PC-OP-RS1
|
data/lib/kuro-rs.rb
CHANGED
data/lib/kuro-rs/main.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kuro-rs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Sho Hashimoto
|