02-07-2013 05:45 AM
Yes you can, look at the code. It does exactly that. please descibe your system in more detail. Why do you have 2 laptops?
02-07-2013 06:03 AM - last edited on 02-08-2013 10:01 AM by JordanG
My main targer is to send an image from a laptop using zigbee modules to another laptop. So i have two laptops and two zigbee modules. The one act as a receiver and the other one as a transmitter. So i want a code that from the transmitter side to import an image convert it to array then convert it to string and send this array. At the receiving end the code must accept this array, convert the array to image and preview it.
I hope now i am more clear.
Please let me know
Thanks in advance
02-07-2013 06:31 AM
I have made a Receiver (Laptop B) and Sender (Laptop A) VI. Please try it and try to understand the code.
02-07-2013 08:07 AM - last edited on 02-08-2013 10:00 AM by JordanG
Thanks very much Heinen! Its exactly what i want. It can work now and see something transmitted. There is one last issue the operation finish before the image being transmitted (the image is about 2500000 bytes and the code goes up to 1000bytes). Then a message appear which you can see it at the attachment. Can i remove the timing and leave the operation to succesfully transfer the data and then finish.
I sincerely thank you and appreciate your help
02-07-2013 08:26 AM
I made a control-element on both frontpanels, here you can set the Timeout in ms. Standard is 10 sec (10000ms). Try a higher value.
02-07-2013 09:48 AM - last edited on 02-08-2013 10:00 AM by JordanG
Hello, Heiden
Sorry for interrupt you again, from the very helpful codes that you provide to me i can see lines, i still dont get the hole image, and when i receive a larger amount of image its with a lot of noise. Do you have any suggestion for that? (I mean what i have to do to recieve the hole image and when i will how to reduce the noise)
Thanks again for your valuable help
03-14-2013 02:52 PM
Hello,
I have develop two codes for transmit images using wifi. The codes works but i cant transmit an image. I want to make to transfer an image between two computers. Please find at the attachment files my codes and have a look. Any suggestions will be helpful.
Thanks in advance