06-27-2009 10:00 PM
Hi,
I used labview to commnicate with target board and coming up some proplem, i don't know how to send xml file to target board using http protocol, is that any solution to solute it(except use internet tookit). Thanks a lot.
Best Regard!
06-27-2009 10:36 PM
What is this "target board" you are trying to communicate with?
Why are you sending an XML file or using HTTP protocol? What is the data in this XML file? Why does the "target board" want it using HTTP?
You might not need the internet toolkit. There are TCP/IP functions in the communications palette. But without any real information provided, it is impossible to offer more advice.
PS. What does "solute it" mean?
06-28-2009 03:04 AM
Sorry for unclear question, target board is microproessor, also intergrate SW(browser server), use pc can access it via http protocol, it can send xml file to server and so on, so i want to use labview to instead of pc browser to send XML file to server. if don't use internet toolkit(this will need pay), what solution can i use?
06-29-2009 04:07 PM
Hi qdsa,
You can use the TCP VIs to send a file to a client. Here is a link to an example: http://zone.ni.com/devzone/cda/epd/p/id/2842