trigger icon indicating copy to clipboard operation
trigger copied to clipboard

serial support

Open eadmaster opened this issue 1 year ago • 5 comments

Add the ability to send serial commands to devices connected via usb using https://github.com/felHR85/UsbSerial

my see case: control an ir blaster without using wifi/bt

eadmaster avatar May 01 '24 01:05 eadmaster

I have not encountered a mobile phone with a serial interface. Could you explain the use case?

mwarning avatar May 01 '24 14:05 mwarning

I meant serial/uart over usb like the flipperzero supports: https://www.reddit.com/r/flipperzero/comments/wepbbg/you_can_use_flipper_on_the_go_on_anroid_with/

eadmaster avatar May 01 '24 18:05 eadmaster

OK, but Trigger only allows "open", "close" and "ring" operations. This does not sound usefull at all for the FlipperZero.

mwarning avatar May 01 '24 20:05 mwarning

see the commands you can send via the CLI for IR here: https://docs.flipper.net/development/cli/#FEjwz

you could use fixed args to turn appliances on and off

another example i've tested recently:

https://espeasy.readthedocs.io/en/latest/Plugin/P035.html#p035-page

eadmaster avatar May 02 '24 00:05 eadmaster

just found this app that can do just that, and also supports intents for scripting: https://github.com/delletenebre/SerialManager2

eadmaster avatar Jun 02 '24 05:06 eadmaster