Results 30 comments of Justin Nesselrotte

I can confirm my BROADCAST_DRIVER is set correctly, and that even with 2.0.0-beta.32, after a ping, no further event messages come through. What's interesting is that it's exactly 30 seconds...

Does this support the ability to open the same file with multiple applications? As in, do applications register their interest in certain extensions, and the user can change which application...

Do we have a blocking/read/running thread concept in the kernel? Does the kernel block on reads until data is ready? I mean blocking on a file, I/O, or USB read...

What all should be supported with this? I'm assuming we're not talking about user level drivers, although I can't currently see why that wouldn't be possible. I'm guessing a keyboard...

> I look forward to checking out your rs485 code and –if it would be useful– I can give that a quick review also. Repo: https://github.com/Jnesselr/RS485/ > I don't think...

Also, @thinkyhead, I'm not 100% sure why it's failing. The errors I'm seeing: ``` /home/runner/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld: .pio/build/Opulo_Lumen_REV3/src/src/MarlinCore.cpp.o: in function `setup': /home/runner/work/Marlin/Marlin/Marlin/src/MarlinCore.cpp:1666: undefined reference to `rs485_init()' /home/runner/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld: .pio/build/Opulo_Lumen_REV3/src/src/gcode/gcode.cpp.o: in function `GcodeSuite::process_parsed_command(bool)': /home/runner/work/Marlin/Marlin/Marlin/src/gcode/gcode.cpp:895:...

Yeah, we're working on some of the rs485 library features and one fix before merging. Thanks for the updates! On Sat, Jul 1, 2023, 7:06 PM Scott Lahteine ***@***.***> wrote:...

There's a bug in the current version of the library that affects some special packets on some devices but it's only affecting Opulo stuff. What are your thoughts on my...

It's a small issue with the packet protocol. We have a version we're pretty sure works, but it required some more changes on this side to get to work correctly....

This is like a 6 levels deep sub component so my best guess here is you're trampling over the 260 character file path limit in Windows. Try [this](https://www.howtogeek.com/266621/how-to-make-windows-10-accept-file-paths-over-260-characters/) and see...