thbl

Results 32 comments of thbl

Doing some more reading it seams like i need to use ```ESP_IDF_EXTRA_COMPONENTS``` in mos.yml When checking makelist of sqllite repo i see ``` set(COMPONENT_SRCS "sqlite3.c esp32.c") set(COMPONENT_ADD_INCLUDEDIRS "include") set(COMPONENT_REQUIRES) register_component()...

@tresf Thanks for your reply ! :) HID is kind of serial emulation ? Maby i should look for a SPP scanner instead, QZ should support this ?

@tresf its just a cheep no brand bluetooth barcode scanner. Tho in device maneger it says "HID..." but it writes on screen like a keyboard. Do you have any experience...

As i have read "HID MODE" is default for ble scanners, and only some support SPP mode (RS232 emulation) The one i have don't support SPP mode, think i will...

@tresf i also just oredre a Tera T5100, so will get back to you when it arrives and i have testet :D

@tresf just got my T5100 today It has 3 BLE modes - Blutetooth HID mode Here it seams like it just work like a USB Keyboard, tho i can see...

@tresf is it possible to listen for when BLE device connects / disconnect ? To open / close COM As when reader goes from active -> standby -> active You...

@tresf any sugestions on what else to do ? :)

@tresf in windows bluetooth maneger you can defind what virtual COM the bluetooth device should use. Will do more testing tomorrow, but as i saw it the virtual ble com...

@tresf yea it would be great to have BLE support. For SPP you can assign a static COM, but not 100% on the open/close after standby. Will do more testing...