07-12-2016 04:28 AM
I had developed a VI for reading a serial port from window 32 bit machine & then displaying data on labview GUI. It is working fine
Now can I further developed a cross platform web app which can work on both window & macosX?
07-14-2016 07:03 AM
07-14-2016 09:47 AM
@Vindhyachal.Takniki wrote:I had developed a VI for reading a serial port from window 32 bit machine & then displaying data on labview GUI. It is working fine
Now can I further developed a cross platform web app which can work on both window & macosX?
Web Apps aren't really a thing for desktop OSes...only for mobile (e.g. iOS / Android etc.). In any case, your app communicates with hardware (RS-232) and this is unlikely to be supported in browsers/browser engines. You can get a license for LabVIEW on OSX to develop a Mac version of your application. You could also write a simple hardware layer specific to each and then embed a web-browser in the GUI which could then be common/cross-platform (although saying that, LabVIEW embeds .NET or ActiveX...not sure if there is an equivalent available on OSX).