Stéphane Raimbault
|
12753875b5
Revert libmodbus licence from LGPLv3 to LGPLv2.1
|
13 年之前 |
Stéphane Raimbault
|
d1f1854338
New error recovery modes: link and protocol
|
14 年之前 |
Stéphane Raimbault
|
b4330d2143
Add check on transaction ID for Modbus TCP
|
14 年之前 |
Stéphane Raimbault
|
e0839095ed
New unit test with invalid slave and invalid request
|
14 年之前 |
Stéphane Raimbault
|
89d0dc0137
Fix longstanding limitation of server to wait forever
|
14 年之前 |
Stéphane Raimbault
|
852d7825e1
Rename [gs]et_timeout_[begin|end] to [gs]et_[response|byte]_timeout
|
14 年之前 |
Stéphane Raimbault
|
1faf5c3aad
New setter/getter for context socket (fixes bandwidth-server-many-up)
|
14 年之前 |
Stéphane Raimbault
|
5fd7ec5c1d
Fix too short uint8_t for rsp_length (bug introduced by 018cdd6)
|
14 年之前 |
Stéphane Raimbault
|
7fe4a91787
API cleanup with modbus_receive and modbus_receive_from
|
14 年之前 |
Stéphane Raimbault
|
018cdd6e68
New function modbus_receive_confirmation
|
14 年之前 |
Stéphane Raimbault
|
0e4e82e8ce
New function modbus_send_raw_request
|
14 年之前 |
Stéphane Raimbault
|
d8ca308694
Removed p_msg pointer in receive_msg
|
14 年之前 |
Stéphane Raimbault
|
9da1b6ada4
Rename req_* variables to msg_* in send_msg()
|
14 年之前 |
Stéphane Raimbault
|
acd36e6249
Remove useless internal variable called status
|
14 年之前 |
Stéphane Raimbault
|
09b581a538
Rename data_dest|src in dest|src to match header
|
14 年之前 |
Stéphane Raimbault
|
cfaa872f73
Replace the term "trame" by "message"
|
14 年之前 |
Stéphane Raimbault
|
066b56d658
Remove duplicated documentation for source files
|
14 年之前 |
Stéphane Raimbault
|
3fb246237d
Fix compilation issue with Microsoft Visual Studio 2008
|
14 年之前 |
Stéphane Raimbault
|
49d6f4a71f
Read/write were swapped in _FC_READ_AND_WRITE_REGISTERS. Closes GH-2.
|
14 年之前 |
Stéphane Raimbault
|
a4f7996eaf
New function to reply to an indication with an exception message
|
14 年之前 |
Stéphane Raimbault
|
311137cf70
New error message in debug mode for wrong message length
|
14 年之前 |
Stéphane Raimbault
|
932769d851
New function modbus_get_header_length(modbus_t *ctx)
|
14 年之前 |
Stéphane Raimbault
|
87293e459e
MAJOR Rewrite of the message reading
|
14 年之前 |
Stéphane Raimbault
|
c1c119ae91
Fix warning about '/*' in comment
|
14 年之前 |
Stéphane Raimbault
|
614ff1dc36
Fix unit test of report slave ID in RTU
|
14 年之前 |
Stéphane Raimbault
|
e3f2c133fa
Remove inclusion of config.h in modbus.h. Closes GH-3.
|
14 年之前 |
Stéphane Raimbault
|
b8c0558c19
Rename modbus_[listen|accept] to modbus_tcp_[listen|accept]
|
14 年之前 |
Stéphane Raimbault
|
4ac3cc374f
Add strlcpy if not available to enhance copy of device string
|
14 年之前 |
Stéphane Raimbault
|
4abb548795
Initialize socket to -1 to avoid write on standard output
|
14 年之前 |
Stéphane Raimbault
|
525aadb23a
Remove the slave ID argument of modbus_new_rtu()
|
14 年之前 |