Recently, i made a programme with labview bluetooth module. I want send four data (x1,y1) (x2,y2) from PC(SERVER) to PDA(Client). PDA receive the data, and show two points (x1,y1) (x2,y2) in the vi.
I run Server in PC, run Client in another PC, the programme run well , no error.
and i complie the Client file into PDA, en error. In PDA, i can run this file , But when PC(Server) send data to PDA(Client),PDA can`t get the data.
programme as below, 1 and 2 file is pc - pc , 1 and 3 is pc-pda.
please help me , and tell me where i `m wrong ~~~
thanks very much.
Your PDA application is missing the logic necessary to run the code on demand. Without it, the vi will run immediately one time. That is okay, but you need to fill the communication parameters in the front panel and make them default values.
I also don't see why the client type casts the received string to a named string.