It's a tricky one. You actually need to sign the installer yourself so that windows trusts it.
This might be helpful
https://stackoverflow.com/questions/110 ... ign-an-msi
Search found 463 matches
- Mon Dec 15, 2025 6:05 am
- Forum: Builder
- Topic: Unkown publisher
- Replies: 2
- Views: 88444
- Tue Dec 09, 2025 9:17 am
- Forum: MegunoLink
- Topic: the project works with arduino uno, but doesn't work with arduino nano neither arduino mega pro
- Replies: 1
- Views: 41457
Re: the project works with arduino uno, but doesn't work with arduino nano neither arduino mega pro
Does your new board use a different serial chip by any chance and is it a CH340?
https://learn.microsoft.com/en-us/answers/questions/3937558/usb-serial-ch340-chipset-not-working-after-windows
They released a driver a while ago through windows update that stops it working. You can download the old ...
https://learn.microsoft.com/en-us/answers/questions/3937558/usb-serial-ch340-chipset-not-working-after-windows
They released a driver a while ago through windows update that stops it working. You can download the old ...
- Tue Dec 09, 2025 8:53 am
- Forum: MegunoLink
- Topic: Gauge doesn't work
- Replies: 1
- Views: 76346
Re: Gauge doesn't work
Assuming your gauge control in the interface is named IPGauge5, you should send something like this from your Arduino:
Serial.print("{UI|SET|IPGauge5.Value=");
Serial.print(linearSpeedKmh);
Serial.println("}");
A few important notes:
Use UI as the prefix
Use the SET command
Use the .Value ...
Serial.print("{UI|SET|IPGauge5.Value=");
Serial.print(linearSpeedKmh);
Serial.println("}");
A few important notes:
Use UI as the prefix
Use the SET command
Use the .Value ...
- Thu Jul 03, 2025 9:40 am
- Forum: MegunoLink
- Topic: Send commands from one source to another via MegunoLink
- Replies: 1
- Views: 461223
Re: Send commands from one source to another via MegunoLink
Hi, currently this is not possible. The merged source only works in the inwards direction (you can see this when you ad a monitor with the merged source and it wont let you send data out). We have it on our todo list to investigate options around sending outgoing messages to both sources
- Thu Jul 03, 2025 9:34 am
- Forum: MegunoLink
- Topic: Radio buttons: OnClickChangedSend behaviour
- Replies: 2
- Views: 215877
Re: Radio buttons: OnClickChangedSend behaviour
Got creative and I think this would work for 2 or more radio buttons. MegunoLink interface file attached.
- Sat May 03, 2025 4:36 am
- Forum: MegunoLink
- Topic: Connection Manager visualizer not visible
- Replies: 1
- Views: 263690
Re: Connection Manager visualizer not visible
Hi Alf, did you figure this out? You should just be able to click the connection manager visualizer on the right side of the screenshot you have shown?
- Sat Feb 22, 2025 3:25 am
- Forum: MegunoLink
- Topic: Event on connect
- Replies: 1
- Views: 201308
Re: Event on connect
Hi yes, in our interface panel visualiser you can drop a SerialConnection object that will send a message after some delay when a connection is established. You could also implement something like this where it would be able to tell if megunolink is connected or not at all times.
https://www ...
https://www ...
- Tue Jan 28, 2025 6:21 am
- Forum: MegunoLink
- Topic: 'SerialCommandHandler' does not name a type
- Replies: 3
- Views: 223941
Re: 'SerialCommandHandler' does not name a type
Can you please share your program with me and ill take a look.
- Tue Dec 17, 2024 8:09 am
- Forum: Builder
- Topic: Multiple interface panels
- Replies: 1
- Views: 195819
Re: Multiple interface panels
Yes, it is possible to have two interface panels on a single MegunoLink interface. MegunoLink allows multiple panels to be added to a single project interface. Each panel can be configured independently to handle different tasks, such as plotting data, displaying text, or controlling connected ...
- Tue Dec 17, 2024 8:07 am
- Forum: MegunoLink
- Topic: Monitor not work!
- Replies: 2
- Views: 208594
Re: Monitor not work!
Hi, unfortunately there has been a driver released through windows update that has broken this. We are not sure why the Arduino IDE still works and continue to look into it. Best option for now is to delete the current driver and install the older one from somewhere like here:
https://learn.sparkfun ...
https://learn.sparkfun ...
