File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
RModBus [ ![ Build Status] ( https://secure.travis-ci.org/flipback/rmodbus.png )] ( http://travis-ci.org/flipback/rmodbus )
2
2
==========================
3
3
4
- ** RModBus** - free implementation of protocol ModBus written in pure Ruby.
4
+ ** RModBus** - free implementation of ModBus protocol in pure Ruby.
5
5
6
6
Features
7
7
---------------------------
@@ -25,9 +25,11 @@ Support functions
25
25
Installation
26
26
------------------------------------
27
27
28
- Download and install RModBus with the following
28
+ Download and install RModBus with the following:
29
29
30
- ** $ gem install rmodbus**
30
+ ```
31
+ gem install rmodbus
32
+ ```
31
33
32
34
Example
33
35
------------------------------------
@@ -55,15 +57,17 @@ Example
55
57
GitHub
56
58
----------------------------------
57
59
58
- You can checkout source code from GitHub repositry
60
+ You can checkout source code from GitHub repository:
59
61
60
- ** $ git clone git://github.com/flipback/RModBus.git**
62
+ ```
63
+ git clone git://github.com/flipback/RModBus.git
64
+ ```
61
65
62
66
Reference
63
67
----------------------------------
64
68
65
69
Home page: http://rmodbus.flipback.net
66
70
67
- RModBud on GitHub: http://github.com/flipback/RModBus
71
+ RModBus on GitHub: http://github.com/flipback/RModBus
68
72
69
- ModBus community : http://www.modbus-ida .org
73
+ ModBus specifications : http://www.modbus.org/specs.php
You can’t perform that action at this time.
0 commit comments