LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Monitor COM1 Port (USB) and Store Data in MYSQL

Good Morning,

 

I need some help on a subject which i am currently pulling my hair out on as i can not use PHP.

 

I am transmitting data to a COM1 (USB) port using an XBEE. This data will be numerical values of a sensor.

 

I would like to monitor this COM1 port using a program and then export this data to a MYSQL database for use on a webserver.

 

Is this actually possible using LABVIEW and i so which version, so on should i use.

 

I would appreciate any help on this matter.

 

Many Thanks

0 Kudos
Message 1 of 3
(2,222 Views)

@Dav3 wrote:

Good Morning,

 

I need some help on a subject which i am currently pulling my hair out on as i can not use PHP.

 

I am transmitting data to a COM1 (USB) port using an XBEE. This data will be numerical values of a sensor.

 

I would like to monitor this COM1 port using a program and then export this data to a MYSQL database for use on a webserver.

 

Is this actually possible using LABVIEW and i so which version, so on should i use.

 

I would appreciate any help on this matter.

 

Many Thanks


No, your are right. PHP is not a Windows application development language.

 

Any reason you are set on LabVIEW as it appears LabVIEW is something you are not familiar with using?

This could be done with VB.NET or other languages as well.

 

Why COM port? I wouldn't use it when unless there isn't any other option.

 

 

 

 

 

Message 2 of 3
(2,191 Views)

Perfectly possible to do this in any modern version of labview. For mySQL there is a database toolkit, or you can use .net nodes with Mysql.Data.dll.

0 Kudos
Message 3 of 3
(2,185 Views)