What is the value of size to be provided for the getc method in xmodem protocol?
问题 I'm trying to transfer a file using the XMODEM protocol. I saw and did not understand the solution provided in: Can I use the xmodem protocol with PySerial? I saw xmodem package link. What is the value of size to be provided for the getc method? It is not assigned with any value given in the first link. When I use simple method as explained in the second link, I end up getting the error: No handlers could be found for logger "xmodem" . Here is my code to send the file. import serial from