Skip to content

CoXlabInc/BLE_debug_bleak

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

  1. read_test.py [ GATT Read Test Program ] => read_test.py "Device Name" "SERVICE_UUID" "CHARACTERISTIC_UUID" => ex) python3 read_test.py "Unknown" "00001800-0000-1000-8000-00805f9b34fb" "00002a00-0000-1000-8000-00805f9b34fb"

  2. write_test.py [ GATT Write Test Program ] => write_test.py "SERVICE_UUID" "CHARACTERISTIC_UUID" "WRITE_VALUE" NEED_RESPONSE => ex) python3 read_test.py "Unknown" "00001800-0000-1000-8000-00805f9b34fb" "00002a00-0000-1000-8000-00805f9b34fb" "Hello_World" 1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%