Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gc87 committed Jun 14, 2015
1 parent 69b7b5c commit 96b7331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ you can also use Parity, DataBits, StopBits to initlize talker.

linebreak type: "nt" -> '\r\n'; "linux" -> '\n'; "mac" -> '\r'; "length" -> you must initializing another property name is Length like this
```C#
LineBreak = new LineBreak () {
var lineBreak = new LineBreak () {
Type = "length",
Length = 100
},
````

"char" -> you must initializing another property name is Char like this
```C#
LineBreak = new LineBreak () {
var lineBreak = new LineBreak () {
Type = "char",
Char = 'e'
},
Expand Down

0 comments on commit 96b7331

Please sign in to comment.