Valerio De Benedetto
Valerio De Benedetto
So I guess the documentation should be updated then? I mean, isn't a bit confusing to call the unit of movement of `Range` "column" and having it behaving differently from...
+1 for this. I think the lack of a debugger on ARM32 is what is preventing a lot of devs from using go for embedded programming
What are the required steps to port a new architecture? Is the current ARM 64 code in `pkg/proc/native` a good starting point in this case? I'm asking because I might...
But can't Jedi exploit the same info used by autocomplete to do that? I mean, if I have this module: ```python foo = 1 def fun1(): pass def fun2(): pass...
Hi, thanks for your contribution. The are some things you should check: - The code in the PR does not build. There should be a typo in the define name...
I don't see any issue on how you are using the library, except maybe checking the returned error of `nmbs_client_create()`. My main suspects is are those `HAL_UART_Receive()` and `HAL_UART_Transmit()`. Have...
Are `read_serial()` and `write_serial()` being called at all?
Sure! I'll have a look at it and add it to the examples. Thank you
@MohammedBENHADINE can you give me more details about your platform? Which STM32 board are you working on?
Sure, it would be much appreciated! Like I wrote here https://github.com/debevv/nanoMODBUS/pull/55#issuecomment-2248046670, can you include a way for the user to build the project, like a simple makefile and a readme?