This is my first time in this forum, my name is oscar from Spain and i'm doing a project with arduino + visual basic.
Until now already have developed the program of vb but i'm not sure how make the arduino program, my project is with 5 temperature probe pt100( already have the arduino code) send to vb and from vb send to arduino some parameters in the same time like set point etc. This is possible? I think i should be string of characters first the probe and some alarms right?
How many data is possible to send in the same time?
i'm not sure how make the arduino program, my project is with 5 temperature probe pt100( already have the arduino code)
Do you have an Arduino program, or not? You can't have it both ways.
send to vb and from vb
Visual Basic is a programming language. The programming LANGUAGE is NOT what you are trying to communicate with.
This is possible?
NO. It IS possible for an application written using VB to do what you want. It is not even remotely reasonable to expect a programming language to do that.
I mean i have the arduino code to read pt100.
I have a program with visual basic that i send data to start a led for example and visual basic recibe a string from arduino to put somthing in vb program "led on"
So i would like to do this but more dificult, to send some parameters from visual basic like setpoint to arduino.
For example:
I'm reading some temperature from pt100 and i put in visual basic 10C of setpoint, when reach this value start the motor, all this logic is from arduino visual basic only is to read and sent actions like setpoint or start some motor
It is really possible to send data from Arduino to Visual Basic!!! I am doing that in many differents applications.
For sending data from VB to Arduino, I know it is possible but I don't have to do it so I don't know how. You can find many very good Internet sites that will tell you how to do that.
Hi, i have done project that Arduino connect to Visual Studio C++ (same as Visual Basic)
In your project, you can connect Arduino to Visual Basic, then send/receive data through RS232 port, it's not difficult.