05-15-2023 02:23 AM
Hello,
I want to create a LabVIEW program to control an LCD display using an Arduino Uno board. I already have the circuit of the board with the display, as shown in the image. However, I am running out of ideas on how to control it with LabVIEW. I would appreciate any help you can provide.
Solved! Go to Solution.
05-15-2023 02:32 AM
Hi Sarhila,
implement the LCD display handling using the ArduinoIDE and add some message handling using the (virtual) serial port of your Arduino board.
On the host computer/LabVIEW side you can use VISA functions to exchange messages with your Arduino…
05-15-2023 02:37 AM
I am working with LINX, and I will integrate thr LCD display into a project to show the results.
05-15-2023 08:31 AM
Does LINX support I2C ?
Do you know what to send to the display over I2C for it to work ?
Best bet is that there is a driver/library in Arduino IDE that can handle the display.
05-15-2023 09:25 AM
@Sarhila123 wrote:
Hello,
I want to create a LabVIEW program to control an LCD display using an Arduino Uno board. I already have the circuit of the board with the display, as shown in the image. However, I am running out of ideas on how to control it with LabVIEW. I would appreciate any help you can provide.
In general there are three ways of using LabVIEW with an Arduino
That being said I believe there is an example for using an LCD that comes with the LINX toolkit
10-22-2024 11:05 AM
But how do i connect LINX with the LCD? Anyone has any example? I'm stuck with this and i don´t know how to solve it.