LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview and python automation

First i converted vi file to exe file ,so i can run automatically the exe file and give input.
I'm sending config data, input data , operation data from python to labview and it is receiving through TCP/IP and writing it in config.ini file and then im opening that config.ini file and read it through readkey.vi block and then it does loopback test on stm32 board.
but im getting error in "visa configure serial port" arg4. I dont understand the data im sending is in proper format.
this is how data is being written in config.ini file:-
[SerialPort]
baudrate = 115200
parity = 0
stopbits = 10
inputdata = arshad
operation = loopback

i have attached the vi file and python file to it.
Please help me!

Download All
0 Kudos
Message 1 of 3
(124 Views)

this is the error im getting.Screenshot (5).png

0 Kudos
Message 2 of 3
(122 Views)

Is the hardware you're trying to communicate with turned on? 

0 Kudos
Message 3 of 3
(86 Views)