Search found 23 matches

by strud
Wed Oct 23, 2024 7:23 am
Forum: Builder
Topic: Save not saving serial/ethernet connection settings
Replies: 1
Views: 1003

Save not saving serial/ethernet connection settings

The Save function is not saving the Ethernet UDP settings such as IP address, port etc.

Is this a known issue?
by strud
Thu Sep 05, 2024 10:41 pm
Forum: Bugs
Topic: File truncation on transfer from PC to uC using UDP
Replies: 0
Views: 1416

File truncation on transfer from PC to uC using UDP

It seems as though the last piece of files are being truncated when being transfered from the PC down to the uC when using UDP. I do not see this issue when the file is being transfered from the uC to PC over UDP. It is work just fine in both directions using serial. Does anyone else experience this...
by strud
Thu Jun 13, 2024 9:19 pm
Forum: Bugs
Topic: Modified date showing as unknown in Device File Transfer visualiser
Replies: 1
Views: 2940

Re: Modified date showing as unknown in Device File Transfer visualiser

Hi Admin, can you look into if this is a known bug or if Iam doing something wrong?
by strud
Sun Mar 03, 2024 6:35 pm
Forum: MegunoLink
Topic: issue Updating Interface Panel From ESP32
Replies: 2
Views: 2013

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: 1
Views: 2940

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: 4055

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: 5586

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: 5419

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: 6529

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: 5419

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...