Jump to content

how to use wireless to receive data from other device in C#

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
tiger

tiger

    Newbie

  • Members
  • Pip
  • 1 posts
HELP!!! can any one tell me how to use wireless to receive the data from other device.if I a wireless access point to receive the data from another device.I kown the device's IP address.but how to use C# to receive the data from the device....please help me...THANK YOU VERY MUCH!!!!
THE WIRELESS ACCESS MODEM:DWL-2000AP+;
THE DEVICE :RABBIT BOARD RCM5400;

#2
lordprogrammer

lordprogrammer

    Newbie

  • Members
  • Pip
  • 2 posts
you must use of "using System.IO.ports" and then depends on the port that you want to use it , build a object of that ports class and use it.
for example if you used of serial port you must build a object of "SerialPort"

#3
lordprogrammer

lordprogrammer

    Newbie

  • Members
  • Pip
  • 2 posts
you must use of "using System.IO.ports" and then depends on the port that you want to use it , build a object of that ports class and use it.
for example if you used of serial port you must build a object of "SerialPort"