ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Cypress PSOC has been around for awhile is very stable
How to open & run existing project downloaded from Github into PSoc creator Software
why USb time out error might occur
Suppose we are having .c/.h files for PSoc Creator , So how can that can be implemented in to PSoc creator as a HEX file for uploading in to PSoc 5LP ?
def usb_read(self, size=con.USB_IN_BYTE_SIZE, timeout=None): try: usb_input = self.ep_in.read(size, timeout) except Exception as error: print("ERROR: --- Failed to read. ---") print(self.ep_in.read(size, timeout)) return usb_input def usb_collect_data(self): data_collect = self.usb_read(64,timeout=10000) return data_collectWhy it is coming based on above code
do you have any spare CY8CKIT-059 PSoC that I can buy ? it's out of stock everywhere now
I am Having all code with meI will share you just provide me the HEX & GUI(EXE)Problem facing
Cypress PSOC has been around for awhile is very stable
How to open & run existing project downloaded from Github into PSoc creator Software
why USb time out error might occur
Suppose we are having .c/.h files for PSoc Creator , So how can that can be implemented in to PSoc creator as a HEX file for uploading in to PSoc 5LP ?
def usb_read(self, size=con.USB_IN_BYTE_SIZE, timeout=None):
try:
usb_input = self.ep_in.read(size, timeout)
except Exception as error:
print("ERROR: --- Failed to read. ---")
print(self.ep_in.read(size, timeout))
return usb_input
def usb_collect_data(self):
data_collect = self.usb_read(64,timeout=10000)
return data_collect
Why it is coming based on above code
do you have any spare CY8CKIT-059 PSoC that I can buy ? it's out of stock everywhere now
I am Having all code with me
I will share you just provide me the HEX & GUI(EXE)
Problem facing
How to open & run existing project downloaded from Github into PSoc creator Software