Hi together!
Ist it possible to send a CR (Carriage Return) over the programmable UART Buttons? When yes, what is the Syntax for?
For example, i need to send such a string: 58796541[CR]
Thank you very much and best Regards Michael from Germany
Hi together!
Ist it possible to send a CR (Carriage Return) over the programmable UART Buttons? When yes, what is the Syntax for?
For example, i need to send such a string: 58796541[CR]
Thank you very much and best Regards Michael from Germany
Hi Martin, hi Aleksander,
thank you very much for your fast Response.
With my Oscilloscope i have seen that all transmitted Data are ended with a Line Feed. Now i have adapted the Software on my Microcotroller to understand LF as end Sign.
Is it possible with the new Version to choose between LF and CR?
And äh sorry..... what are EOLs? My English is not the best :-)
Thanks a lot Michael
Hi Martin, hi Aleksander,
thank you very much for your fast Response.
With my Oscilloscope i have seen that all transmitted Data are ended with a Line Feed. Now i have adapted the Software on my Microcotroller to understand LF as end Sign.
Is it possible with the new Version to choose between LF and CR?
And äh sorry..... what are EOLs? My English is not the best :-)
Thanks a lot Michael
EOL = End Of Line :) In 1.16.4 you will be able to set which EOL is to be used for a command: CR, LF (default) or CR+LF.
OMG! Sorry. :-)
Ok, done. The app has been published on Play and the source code is now available on GitHub. You may also download the APK from there.
Hmmm? i think it doesn't works. Whatever i choose, my Oszi always shows me a LF.
Could you post here screens from the app (command dialog and the log after sending the data)?