Search found 20 matches

by strud
Sun Mar 03, 2024 6:35 pm
Forum: MegunoLink
Topic: issue Updating Interface Panel From ESP32
Replies: 1
Views: 223

Re: issue Updating Interface Panel From ESP32

Are you confident the TCP command handler is calling your handler function?

Have you tried monitoring the traffic with a tool like Wireshark?
by strud
Tue Feb 20, 2024 7:37 pm
Forum: Bugs
Topic: Modified date showing as unknown in Device File Transfer visualiser
Replies: 0
Views: 249

Modified date showing as unknown in Device File Transfer visualiser

Iam not seeing any dates on the device Files modified field in the Device file transfer visualiser DeviceFileTransfer_missing_modified_dates.png I believe these files do have a modified date time set as when they are transfered to the PC/local machine they have the expected field value. Does anyone ...
by strud
Fri Jan 26, 2024 9:33 pm
Forum: MegunoLink
Topic: File transfer speed no faster with Ethernet
Replies: 0
Views: 998

File transfer speed no faster with Ethernet

I have file transfer working with both serial at 921600 baud and UDP over Ethernet.

Interestingly it does not seem to be any faster over ethernet.

Can anyone suggest a reason for this? Given the 11x higher effective baud rate I would have expected some improvement.
by strud
Sun Dec 24, 2023 5:20 am
Forum: MegunoLink
Topic: Writing newline char to Chart heading
Replies: 0
Views: 2253

Writing newline char to Chart heading

I am trying to include some details about the test/experiment etc in the title of chart headings.

When editing a heading within the development tool/IDE this is no issue, but when I send a \n in the string for the heading I do not get a newline in the heading on the chart.

Any ideas?
by strud
Fri Dec 22, 2023 9:22 pm
Forum: MegunoLink
Topic: Device File Transfer
Replies: 5
Views: 2429

Re: Device File Transfer

I have found another issue relating to this feature.

In the device file pane, the modified date time does not seem to be showing up even though the files seem to have the appropriate date and time stamps.

Anyone else having this issue?
by strud
Sat Dec 16, 2023 9:24 pm
Forum: MegunoLink
Topic: Support for long file names in file transfer
Replies: 0
Views: 2998

Support for long file names in file transfer

During my work to implement and debug the file transfer mechanism in my project, I figured out a method to support long filenames from the microcontroller side. In the function GetFileName within SDFatFileManager.h, I changed the definition of a local char array to be larger: virtual const char* Get...
by strud
Sat Dec 16, 2023 9:17 pm
Forum: MegunoLink
Topic: Device File Transfer
Replies: 5
Views: 2429

Re: Device File Transfer

With some excellent debugging assistance from the MegunoLink team, I have been able to resolve this issue. Turns out the problem was of my own making as I am using my own existing CLI to detect MegunoLink specific messages and them pass them on using the DispatchCommand function. What I was not awar...
by strud
Wed Nov 29, 2023 8:26 pm
Forum: MegunoLink
Topic: Device File Transfer
Replies: 5
Views: 2429

Re: Device File Transfer

I now have this working to some extent but having problems with actual file transfer. So it is working for "Request file list" but when I try to "Request file from device" it times out. megunoLink_file_transfer_Screenshot 2023-11-30 071945.png I have stopped all other comms from ...
by strud
Tue Nov 28, 2023 8:25 pm
Forum: General Discussion
Topic: Breaking up code in multiple files
Replies: 3
Views: 1505

Re: Breaking up code in multiple files

Hi Blake, All I can suggest is old fashioned stops like while(1) in places early in your code until you get to the problem area..... Are you using interrupts? Is there any chance you have one that is being triggered too often and starving the main loop for example? I'm using PlatformIO and I don't h...
by strud
Sun Nov 26, 2023 8:34 pm
Forum: Bugs
Topic: Property Table on interface panel can't send
Replies: 2
Views: 9489

Re: Property Table on interface panel can't send

I have the same issue.

Is there anything that can be done from our end or is this entirely a MegunoLink issue?