@felmue Sorry, this is for reading from UART device.. It's UHF RFID reader device that sends newly read tag data with 7E at the end.
D
Posts made by digiajay
-
RE: How to set end of line character in UART
-
How to set end of line character in UART
I'm using UI flow 2.0. My UART device has special ascii char for end of line (0x7E). I believe EOL is detected using line feed by default 0x0A.. Is there a way to set custom end of line character in the UART initialization?
uart1 = UART(1, baudrate=115200, bits=8, parity=None, stop=1, tx=32, rx=26, txbuf=256, rxbuf=256, timeout=0, timeout_char=0, invert=0, flow=0)
-
How to search for BLE devices in Atom Lite
Hi I'm looking for ways to scan BLE devices around Atom Lite and get their MAC address and possibly RSSI and Names. Is there a way to do this from UIflow or micropython ?
-
Does uiFLow allows http post with password?
Hi,
I'm new here for M5 and trying to use from uiFlow, I couldn't find password insertion in the UI flow diagram, is it possible?
-AJ