Skip to main content

USB HID command package

Project description

#Copyright (c) 2021 lorry_rui
#//////////usage://///////////////
#for HID use
#/////////////////////////////////////////
#VC_tde USE only @ logitech , Lorry RUi
https://pypi.org/project/vc-hid
https://github.com/Lorrytoolcenter/VC-HID.git

Sample code:
from vc_hid import vc_hid as hid
vid="046D" ## this Logi vid pid="89a" ## this is logi Rally bar PID
pid1="867" ## this is Logi meetup PID
mousepid="c332" setID="28" readID="29" LED="" mousebutton="a" controlID=20 readnumber=20

test = hid.HID_class()

if(name)=="main": anotherCMD=[0,0,0,0]

passflag,data=test.hidset(pid1,setID,controlID,readnumber,anotherCMD)
print(passflag,data)


passflag,data=test.readhid(pid1,readID,controlID,readnumber)  
print(passflag,data)

passflag,data=test.hidset_vpid(vid,pid,setID,controlID,readnumber,anotherCMD)
print(passflag,data)


passflag,data=test.readhid_vpid(vid,pid,readID,controlID,readnumber)  
print(passflag,data)

passflag,data=test.readhid_vpid_all(vid,pid,readID,readnumber)  
print(passflag,data)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vc_hid-2022.2.1.tar.gz (185.8 kB view hashes)

Uploaded Source

Built Distribution

vc_hid-2022.2.1-py3-none-any.whl (185.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page