It’s talking:
Yessiree. That’s how we ro-ro
4 Likes
They didn’t mess about thats so cool great job rosco
2 Likes
I installed a reset switch on my Halo, so I can crash it again and recover it easily:
4 Likes
Dora
September 9, 2026, 2:00pm
24
Could you share the USB commands/API you received from iD Porte? Just got a Halo scanner, and wanna play with the USB interface
amal
September 9, 2026, 4:09pm
25
That account is anonymized and not active on the forum anymore but relevant code is;
if c in "\r\n":
if uid:
main_in_q.put((LISTENER_UIDS_UPDATE, (listener_id, (uid,))))
uid = ""
elif c in hexdigits and len(uid) < 256:
uid += c.upper()
def halo_listener(main_in_q, listener_id, params):
"""Read UIDs from a Halo Scanner connected to USB and send the list of active
UIDs to the main process
"""
# Modules
import serial
setproctitle("sirfidal_listener_{}".format(listener_id))
log(VERBOSITY_NORMAL, listener_id, "Started")
The halo.py file shown in the video is;
halo.py (1.3 KB)
2 Likes
aixre
September 9, 2026, 11:05pm
26
What serendipity to see this pop up while I’m having Halo reader problems! Has anyone found a reliable supplier for them in the US? The shop that sells them on Amazon first sent a me used one with battery issues, and then the replacement stopped putting out a field after two days.
1 Like
you might be interested in this
I just purchased a SureSense Reader to compare it with my Halo Scanner . Both are affordable 134kHz FDX-B readers that support the temperature field in Destron Fearing Bio-Thermo chips - aka the in DangerousThings parlance. Just to be clear, there are other readers that read Bio-Thermo chips - including Destron Fearing’s own Global Pocket Reader Plus GPR+ scanner but these devices are insanely expensive - as in rip-off sort of expensive, considering what they do.
This is going to be a quick re…
2 Likes
Dora:
Halo scanner
Just making sure you are both aware of the VivoKeyThermo
I don’t have one, but im pretty sure it does what it says on the tin.
It’s HF readable, so on your phone and other High Frequency readers, including Flipper Zero
Contribute to VivoKey/vkthermo-flipper development by creating an account on GitHub.
2 Likes