cool4uma / UART_Terminal

Uart terminal for Flipper Zero
MIT License
135 stars 20 forks source link

Send HEX raw code #17

Open d82k opened 11 months ago

d82k commented 11 months ago

Hello, great work! I cannot find a way to send 0x0D or 0x0A raw code or any other, any suggestion please? KR, dk

cool4uma commented 11 months ago

Hello! Thank you very much! In "Send AT command" mode, user commands are sent with these commands at the end of the line.

If you only need to send 0x0D or 0x0A, then unfortunately there is no such option. But I will try in the near future to add the ability to separately send these commands to the "Fast cmd" section.

ccattuto commented 5 months ago

Hi, if you switch to HEX mode, you can send any raw byte you like by typing its hex encoding.