Serial Communication - Forum

Forum Navigation
You need to log in to create posts and topics.

Serial Communication

I was wondering if anyone had successfully got their Arduino talking to the software, I've been experimenting with GTComms and NpComp plug ins without success.

I'm simply want to send a trigger from an Arduino to the software (eg: on a certain action VisualNeoWin runs a specific subroutine)

Many Thanks

Hello,

 

I did years ago development with NeoBook and Arduino. The project used sync communication between NeoBook and Arduino using the plug-ins you write. I have to lookup the project files to give some examples, but it works.

Please give me some time and I will come back to you.

 

Best regards,

 

Eric

 

luishp and clueadventures have reacted to this post.
luishpclueadventures

Some time ago I played a bit with this

http://www.neobookeros.com.ar/2013/08/17/neobook-y-arduino/

Greetings

danito and clueadventures have reacted to this post.
danitoclueadventures

Thank you so much I'll have a look. All serial communication to visualneo win (neobook) is of interest, Ardunio / Joystick etc.

:)

Hi Bunker,

Tested the code on the link you sent without much success, it may be the manner in which I translated your instructions but from using the code the program just froze and I wasn't able to pull any useful data from the Arduino.

 

Eric, did you have any luck finding an example?

I connect with Arduino all the time I use

NeoPlugin npComp 11/60

This plug-in is for basic Serial Communications. The plug-in allows you to create various Comp objects in order to work separately with various COM ports. You can open, close, read, write and set several options and flags on the COM ports. You can use this plug-in to connect your VisualNeo applications with hardware like Arduino boards, bar-code scanners and other similar hardware with COM ports. The plug-in contains dozens of actions and allows you to use several options, events and subroutines.

DecSoft NeoPlugins (decsoftutils.com)

Works like a charm.