Search found 20 matches

by admin
Tue Dec 20, 2016 4:15 am
Forum: MegunoLink
Topic: XBee unable to get remote
Replies: 3
Views: 6813

Re: XBee unable to get remote

Hi RoboBill, did you have it set to add escaped characters? From our documentation "MegunoLink expects recieved packets to have escaped characters added. Your XBees should have escaped characters set to yes (AP = 2 if using XCTU to configure the XBee). Check out the article called Escaped chara...
by admin
Tue Dec 20, 2016 4:11 am
Forum: Projects
Topic: Air sampling project
Replies: 1
Views: 42480

Re: Air sampling project

Hi Jacek, thanks for sharing your images with us. That is an impressive looking interface!

Cheers
Phil
by admin
Tue Dec 20, 2016 4:09 am
Forum: General Discussion
Topic: MegunoLink and Raspberry Pi
Replies: 3
Views: 23190

Re: MegunoLink and Raspberry Pi

Hi, do you mean use the Raspberry Pi to send serial data to a windows PC? Or do you mean MegunoLink for linux?

Cheers
Phil
by admin
Tue May 03, 2016 2:42 am
Forum: MegunoLink
Topic: List All Updates Buttons
Replies: 1
Views: 10385

Re: List All Updates Buttons

Hi, sorry for the late reply. I'll answer in order - Unfortunately there is not a 1 time firing option for requesting all of the current settings. I'll put it on the request list. The only way that comes to mind for now is to have a button which requests the details. - I think the only control that ...
by admin
Fri May 29, 2015 10:07 am
Forum: MegunoLink
Topic: code in Arduino to connect/disconnect serial communication
Replies: 1
Views: 10788

Re: code in Arduino to connect/disconnect serial communicati

Hi Claude, The reset on connect behavior is a recent change to better support boards, such as the Leonardo, which require this for serial communications to work properly. You can switch to the old behavior by clicking the [Advanced] button in the connection manager (the serial port must be disconnec...
by admin
Sat Mar 14, 2015 6:39 am
Forum: MegunoLink
Topic: Update
Replies: 1
Views: 7847

Re: Update

Hi Robert,

You can find notes on what's new with each release here: http://www.megunolink.com/downloads/dow ... o-history/

Thanks
Paul
by admin
Mon Dec 22, 2014 7:38 am
Forum: MegunoLink
Topic: Problem with SerialCommandHandler
Replies: 3
Views: 11228

Re: Problem with SerialCommandHandler

Howdy, There's an easy solution to this one. The CommandHandler is a template which takes two parameters: the maximum number of commands supported and the maximum length of a command message. You can see the definition here: https://github.com/Megunolink/MLP/blob/master/CommandHandler.h Line 9 is th...
by admin
Tue Oct 07, 2014 6:01 am
Forum: MegunoLink
Topic: Setting number of samples in Time Plot
Replies: 1
Views: 7819

Re: Setting number of samples in Time Plot

Hi Comiter, currently we do not have this feature. I'll add it to the todo list as it would be a good way to prevent excessive memory usage etc.

Thanks for the suggestion.
Phil.
by admin
Sat Aug 30, 2014 6:54 am
Forum: MegunoLink
Topic: How to use a text box for display only.
Replies: 11
Views: 32666

Re: How to use a text box for display only.

I would also like to see a color change option for text boxes. I searched through all the documentation but couldn't find it. However, since this is derived from Visual Studio, I think it is quite reasonable to do. Jim Yep. Just open the designer, select your text box and use the property window on...
by admin
Sat Aug 30, 2014 6:52 am
Forum: MegunoLink
Topic: How to use a text box for display only.
Replies: 11
Views: 32666

Re: How to use a text box for display only.

Hi TrevorTighe, It sounds like you want a read-only text box. So you can send information from the Arduino, but the user can't edit. Just set the read-only property to true in the designer; its under the "Behavior" group. Changing colours/ visibility is something we have been wondering abo...