Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: ModbusRTU-RS232 FoodComputerARM-alpha
Diff: ModbusSlave232.h
- Revision:
- 1:35fdc7056f66
- Parent:
- 0:6262fc7582a9
diff -r 6262fc7582a9 -r 35fdc7056f66 ModbusSlave232.h --- a/ModbusSlave232.h Thu Jul 21 19:48:35 2016 +0000 +++ b/ModbusSlave232.h Fri Jul 22 09:44:55 2016 +0000 @@ -50,7 +50,7 @@ private: unsigned char slave; - //char txenpin; + //char txenpin; //afdhal unsigned int crc(unsigned char *buf, unsigned char start, unsigned char cnt); void build_read_packet(unsigned char function, unsigned char count, unsigned char *packet);