Maarten Brock
Maarten Brock
When the connectors are left out, there is exactly one through-hole component left: the crystal. Would it not be prudent to replace that by an SMD variant then?
Pull request #709 replaces this one with the option to provide a possibly empty list of subsystems to filter out. Default is still ['platform'] even though I find it as...
Patch #709 fixes the comports() method by an added optional parameter hide_subsystems.
+ devices.update(glob.glob("/dev/wwan0*")) # Intel pcie driver port(modem device) I believe this part is better handled by patch #709
Yes, I'm constructing a json-rpc server on an ARMv7 with NEON support that also accepts large uploaded data files for which I would like to use an efficient hash for...
Patch #709 can fix this.