bradanlane

Results 85 comments of bradanlane

I tested with both the CH340 and CR2102 and both have the issue. However, if I run the command `sudo usbreset ...` I can use the device again and from...

My environment is Lubuntu 22.04 running in a VMware Workstation 15 image. I feel the issue is partly the VM. There is likely a “cheap USB-UART” complicating the situation. The...

I've been using pymcuprog in a VM to a USM UART CH340 for a few weeks. The issue occurs frequently but not consistently. Using `sudo usbreset ...` works sometimes but...

OK, I forked the learning guides and went to make the change and found the same error in four different guides. This has caused me to be concerned. I can...

Given that the Svg2Shenzhen plugin for InkScape is now officially "discontinued" and it even links to Gingerbread, I guess it's time for the InkScape+Svg2Shenzhen user base to pool our resources....

I attempted to do the "multiplier" method early on and it results is a very messy user experience in InkScape. The related UX degradation comes from trying to use Inkscape...

We are interested in testing this PR against the Microchip "generated" stack _(which is pretty heavy)_.

@echoromeo ... > @bradanlane please go ahead and test it out and let me know if you have any questions or bugs/problems I am sure the build process is not...

@echoromeo ... much progress I switched from attempting `Projects/USBtoSerial` to using `Demos/Device/ClassDriver/VirtualSerial`. After adding the required `CC_FLAGS+=` and `LD_FLAGS+=` _(described at the start of this PR)_ I received only one...

I have incorporated the code from this PR into a test project and it is working well at both 12mHz and 24mHz. Thank you @echoromeo !