not yet, i am working on a update with much better performance and also less data usage wich i will propably release in summer... also i am currently pretty busy, let me know how important the buttons are for you and i'll consider adding it soon in a update. if you like to add the buttons yourself, please make sure to post your code here. i can also move the project to github if there is demand for helping in development. kind regards
Hallo, ich habe gerade auch ein Projekt bei dem ich den Fram einsetzen möchte, schaue mir das ganze mal an, bist du da noch weitergekommen? Grüsse
great, glad it works
hi albertocamina funny that it is not working with $N, this may be a bug of my library i should check... anyway, i recently did a bot with german umlaute (ÄÖÜ) and used unicode characters. that works like this: Ü = Unicode C3BC = %C3%BC, the % sign in a ASCII is $25 so Ü is $25C3$25BC now the answer to your question, you can use unicode newline (000A) that wil look like this: $2500$250A so the string 'albertocamina$2500$250Aprefers messages on 2 lines' btw you can also go with emojis, for example...
hi albertocamina funny that it is not working with $N, this may be a bug of my library i should check... anyway, i recently did a bot with german umlaute (ÄÖÜ) and used unicode characters. that works like this: Ü = Unicode C3BC = %C3%BC, the % sign in a string is $25 so Ü is $25C3$25BC now the answer to your question, you can use unicode newline (000A) that wil look like this: $2500$250A so the string 'albertocamina$2500$250Aprefers messages on 2 lines' btw you can also go with emojis, for example...
hi albertocamina funny that it is not working with $N, this may be a bug of my library i should check... anyway, i recently did a bot with german umlaute (ÄÖÜ) and used unicode characters. that works like this: Ü = Unicode C3BC = %C3%BC, the % sign in a string is $25 so Ü is $25C3$25BC now the answer to your question, you can use unicode newline (000A) that wil look like this: $2500$250A so the string 'albertocamina$2500$250Aprefers messages on 2 lines' will look like this: btw you can also go with...
i did this recently. the solution is: [SysCom] Linux.Devicefile=/dev/ttyRS48 (remember, no 5 at the end!) then set com port in codesys to 6. that works
First Native Telegram Bot for codesys