Rev 1599 | Rev 1916 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1599 | Rev 1642 | ||
|---|---|---|---|
| Line 56... | Line 56... | ||
| 56 | this->serial_port_.cancel(); |
56 | this->serial_port_.cancel(); |
| 57 | this->serial_port_.close(); |
57 | this->serial_port_.close(); |
| 58 | } |
58 | } |
| 59 | } |
59 | } |
| 60 | 60 | ||
| 61 | void SerialClient::Send( |
61 | void SerialClient::Send(common::Byteset data) |
| 62 | { |
62 | { |
| 63 | try |
63 | try |
| 64 | { |
64 | { |
| 65 | if (this->serial_port_.is_open()) |
65 | if (this->serial_port_.is_open()) |
| 66 | { |
66 | { |