Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
GeneralRe: sourceafis probleme Pin
arissem23-Feb-13 6:48
arissem23-Feb-13 6:48 
GeneralRe: sourceafis probleme Pin
Dave Kreskowiak23-Feb-13 8:10
mveDave Kreskowiak23-Feb-13 8:10 
Questionfile transer using wifi with out socket programming in c# Pin
raythatha721-Feb-13 23:02
raythatha721-Feb-13 23:02 
SuggestionRe: file transer using wifi with out socket programming in c# Pin
Richard MacCutchan21-Feb-13 23:56
mveRichard MacCutchan21-Feb-13 23:56 
GeneralRe: file transer using wifi with out socket programming in c# Pin
raythatha728-Feb-13 23:25
raythatha728-Feb-13 23:25 
GeneralRe: file transer using wifi with out socket programming in c# Pin
Richard MacCutchan1-Mar-13 0:36
mveRichard MacCutchan1-Mar-13 0:36 
AnswerRe: file transer using wifi with out socket programming in c# Pin
Eddy Vluggen22-Feb-13 0:28
professionalEddy Vluggen22-Feb-13 0:28 
AnswerRe: file transer using wifi with out socket programming in c# PinPopular
Dave Kreskowiak22-Feb-13 1:51
mveDave Kreskowiak22-Feb-13 1:51 
This shows that you don't know what WiFi really is. It's a wireless Ethernet interface. It's a carrier or transmitter and receiver of other transport protocols, not an implementation of one. You cannot transmit a file using WiFi.

You have to use an application protocol, like FTP, HTTP, or even a protocol of your own design, transported via another protocol, like TCP/IP, to communicate with another device or computer. Look at what TCP/IP stands for: Transmission Control Protocol/Internet Protocol. It's a transport protocol, not an application protocol.

Questionhow to control LEDS Pin
samweps21-Feb-13 21:19
samweps21-Feb-13 21:19 
AnswerRe: how to control LEDS Pin
Marco Bertschi21-Feb-13 21:59
protectorMarco Bertschi21-Feb-13 21:59 
GeneralRe: how to control LEDS Pin
samweps22-Feb-13 1:09
samweps22-Feb-13 1:09 
GeneralRe: how to control LEDS Pin
Marco Bertschi22-Feb-13 1:14
protectorMarco Bertschi22-Feb-13 1:14 
GeneralRe: how to control LEDS Pin
samweps22-Feb-13 5:10
samweps22-Feb-13 5:10 
GeneralRe: how to control LEDS Pin
Marco Bertschi22-Feb-13 7:11
protectorMarco Bertschi22-Feb-13 7:11 
GeneralRe: how to control LEDS Pin
Dave Kreskowiak23-Feb-13 4:21
mveDave Kreskowiak23-Feb-13 4:21 
AnswerMy Vote of 1 Pin
Keith Barrow21-Feb-13 22:25
professionalKeith Barrow21-Feb-13 22:25 
GeneralRe: My Vote of 1 Pin
samweps22-Feb-13 1:12
samweps22-Feb-13 1:12 
AnswerRe: how to control LEDS Pin
Eddy Vluggen21-Feb-13 22:42
professionalEddy Vluggen21-Feb-13 22:42 
GeneralRe: how to control LEDS Pin
samweps22-Feb-13 1:17
samweps22-Feb-13 1:17 
GeneralRe: how to control LEDS Pin
Eddy Vluggen22-Feb-13 5:00
professionalEddy Vluggen22-Feb-13 5:00 
AnswerRe: how to control LEDS Pin
Dave Kreskowiak22-Feb-13 1:43
mveDave Kreskowiak22-Feb-13 1:43 
AnswerRe: how to control LEDS Pin
Samer AlRawi26-Feb-13 17:52
Samer AlRawi26-Feb-13 17:52 
AnswerRe: how to control LEDS Pin
garaber6-Mar-13 22:08
garaber6-Mar-13 22:08 
Questioncode for control of LEDs through port Pin
samweps21-Feb-13 21:12
samweps21-Feb-13 21:12 
AnswerRe: code for control of LEDs through port Pin
Marco Bertschi21-Feb-13 22:03
protectorMarco Bertschi21-Feb-13 22:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.