Hi I want to send some command to my device which is connected via serial port. How to send it?
For example i found this on google search but for me it\'s useless.>
It depends on what is ENTER for your device. In Windows it is CRLF (13 and then 10), Linux is LF (only 10.) It's just a matter of what your device expects, because it can't see ENTER, just "byte 10, byte 13, byte whatever..."