vishalkbhatt
Member
- Joined
- Oct 7, 2010
- Messages
- 12
- Programming Experience
- Beginner
Hi friends, I m working on an application which communicates with PLC machine using Modbus protocol. Now i m able to generate and communicate a modbus data frame with PLC the only problem that i m facing is that in all the data frames of modbus the last ascii characters should be Carriage return + Line feed which should be read by the PLC as 0D 0A that is in Hexadecimal form. But i m not able to do this. The rest entire string is properly read by the PLC but How do I make it read the CR+LF. Pls help me in this who ever knows the answer. Thanks.