1/27/2012 2:46 PM | |
Joined: 7/7/2010 Last visit: 3/20/2025 Posts: 15739 Rating:
|
Sending a hex #01 is not the same as ASCII '1'. If you want to send the ascii character '1', convert your data to ascii, or simplyput in the right hex equivalent. For example, xxx.MyData := 16#0031; // you set it as a word, which is 4 bytes long. refer to http://www.ascii.cl/for quick reference |
science guy |
|
Follow us on