Search found 31 matches

by kamputty
27 Mar 2024 11:27
Forum: Libstock Discussion
Topic: Modbus RTU Master code needed
Replies: 1
Views: 1175

Modbus RTU Master code needed

Hi all,

I hope you are all doing well.

I'm in need of a Modbus RTU Master library...I've looked on LibStock and was not sure which, if any, I could use.

I'm using the Necto environment...PIC32MZ...

Any advice, pointers would be greatly appreciated.

~Kam
by kamputty
27 Mar 2024 10:57
Forum: Library Development Discussion
Topic: RS485 3v3 Click example code
Replies: 2
Views: 1382

RS485 3v3 Click example code

Hi all, Not sure if this is the correct group to write this... I am starting a project to Use Modbus, and I purchased a RS485 3v3 Click to get the 485 working. I'm using the latest necto. I got the the demo example for the RS485 from the Package Manager ( v2.1.0.14 ), and got it working. BUT...it wa...
by kamputty
28 Feb 2023 10:18
Forum: IDE
Topic: Package Manager
Replies: 8
Views: 1272

Re: Package Manager

Morning all, Hope you're all doing well. Well I continue to debug why I cannot connect from the Package Manager. I did a Wireshark scan, and do see a lot of TSLv1.2 chatter between my machine and 52.32.91.123 (libstock.mikroe.com), this server is located in the USA...I do not see any blatant errors....
by kamputty
24 Feb 2023 17:41
Forum: IDE
Topic: Package Manager
Replies: 8
Views: 1272

Re: Package Manager

Hi all, Well, more debugging... I have now installed linux on the SAME machine (I do not have another machine to test against), installed the linux version of necto, and I still get the same issue, but this time on the linux version. I logged out of my account, entered the WRONG credentials to verif...
by kamputty
22 Feb 2023 10:07
Forum: IDE
Topic: Package Manager
Replies: 8
Views: 1272

Re: Package Manager

okay, more to add, I was just sitting here and it suddenly prompted me for my username password I noticed in the message box the following "No internet access" "You must be logged in to use Planet debug" "You must be logged in to use Planet debug" "You must be logged in to use Planet debug" "A netwo...
by kamputty
22 Feb 2023 10:00
Forum: IDE
Topic: Package Manager
Replies: 8
Views: 1272

Re: Package Manager

Hi Filip, I hope you are doing well. okay, this is what I have just done. 1. Removed Necto Studion from my machine 2. Ran CC Cleaner and cleaned up my registry incase there are registry issues (came out clean) 3. From the browser I logged into the forum after I logged out, just to verify that my use...
by kamputty
18 Feb 2023 17:36
Forum: IDE
Topic: Package Manager
Replies: 8
Views: 1272

Re: Package Manager

Okay, still trying to troubleshoot this... Things I have done - 1. uninstalled and reinstalled Necto 2. Disabled Defender Firewall 3. Verified that the NetcoStudio app was allowed Private and Public network access (it never asked me, had to manually add it) 4. I can login to the Forum via the Earth ...
by kamputty
14 Feb 2023 20:44
Forum: IDE
Topic: Package Manager
Replies: 8
Views: 1272

Re: Package Manager

And yes, I can login to libstock perfectly for the ide...all I see from the package manager screen is the error message and the spinning icon...
by kamputty
14 Feb 2023 15:50
Forum: PIC32 AI Compilers
Topic: sprintf
Replies: 4
Views: 1010

sprintf

Hi all,

I think I'm going mad! I'm trying to use the "sprintf" API, and no love...I've included <stdio.h>, and still no love...

Does this compiler support this? I looked at the "Log" support, and it won't work for me...I need to format my data.

What am I missing?!

~Kam
by kamputty
14 Feb 2023 15:00
Forum: IDE
Topic: Package Manager
Replies: 8
Views: 1272

Package Manager

Hi all,

Necto v2.5.0.

When I press on the "Package Manager" icon, it always says "You must be logged in to use package manager". How do I log in?

~Kam
by kamputty
09 Feb 2023 10:10
Forum: PIC32 AI Compilers
Topic: General Exceoption
Replies: 7
Views: 850

Re: General Exceoption

thanks Ivan!

It works great!

~Kam
by kamputty
08 Feb 2023 16:04
Forum: PIC32 AI Compilers
Topic: General Exceoption
Replies: 7
Views: 850

Re: General Exceoption

PIC32MX795F512L, fusion v8, latest necto
by kamputty
07 Feb 2023 17:03
Forum: PIC32 AI Compilers
Topic: General Exceoption
Replies: 7
Views: 850

Re: General Exceoption

okay, making headway... I traced the crash, and it happens in file hal_uart.c , in function ring_buf8_init . And when I trace into that function, I see that the pointer to the ring buffer is NULL . I don't see where I assign/point to my ring buffers in the code. I didn't see any API's for that... So...
by kamputty
07 Feb 2023 16:48
Forum: PIC32 AI Compilers
Topic: General Exceoption
Replies: 7
Views: 850

Re: General Exceoption

Hi all, Okay, here is a complete program....I still get the general exception! Can others run it and see if you get it too please? It dies at the uart_open call...Fusion for PIC32 v8, NECTO 2.5.0 I know it works as I can use the same hardware on MPLABX just fine... ~Kam #include "MikroSDK.Board" #in...
by kamputty
05 Feb 2023 09:54
Forum: IDE
Topic: expanding a structure in debugger with pointer
Replies: 2
Views: 556

expanding a structure in debugger with pointer

Hi all, PIC32 AI compiler Given the following code snipped, I want to "see" the complete structure the pointer is pointing too, not just the memory location in the debugger. struct myStruct { int x; int y; }; struct myStruct struct1; struct myStruct *pStruct1; int main(void) { struct1.x = 1; struct1...

Go to advanced search