Capture and interpret serial port data. Among them are RealTerm to see and capture or RS232 Data Logger to capture. My problem is that I cannot see the data in the proper format. To get the points of the sine. It is just a conversion problem or perhaps setting of the capture serial software.
Realtherm
Real Term Serial Capture Program 2.0
I am using the newest Realterm Version (3.0.0.20 and Matlab R2014a) and try to send a Hexcode (for example '7e55443322117f') to my serial port. I have the problem that the Hex Data is always converted into ASCII code befor sending it.(Output is then the Ascii code 37 65 35 35 34 34 33 33 32 32 31 31 37 66) I guess that I need to 'Send it as Numbers' (I have also found something like 'SendAs' function but not how to implement it) from the Realterm program but I do not know how I can implement this function in Matlab.. Can someone help me with this?!
Real Term Serial Capture Program 3.0.0.29
Realterm Serial Capture Program
I am using the newest Realterm Version (3.0.0.20 and Matlab R2014a) and try to send a Hexcode (for example '7e55443322117f') to my serial port. I have the problem that the Hex Data is always converted into ASCII code befor sending it.(Output is then the Ascii code 37 65 35 35 34 34 33 33 32 32 31 31 37 66) I guess that I need to 'Send it as Numbers' (I have also found something like 'SendAs' function but not how to implement it) from the Realterm program but I do not know how I can implement this function in Matlab.. Can someone help me with this?!