Click here to Skip to main content
15,922,696 members
Home / Discussions / C#
   

C#

 
QuestionRetreive blob as text SQLite Pin
DPaul199420-May-15 7:51
DPaul199420-May-15 7:51 
AnswerRe: Retreive blob as text SQLite Pin
Richard Deeming20-May-15 8:13
mveRichard Deeming20-May-15 8:13 
GeneralRe: Retreive blob as text SQLite Pin
DPaul199420-May-15 8:20
DPaul199420-May-15 8:20 
Questionpropeties in consuming class Pin
Cianide20-May-15 3:49
Cianide20-May-15 3:49 
AnswerRe: propeties in consuming class Pin
Sascha Lefèvre20-May-15 4:03
professionalSascha Lefèvre20-May-15 4:03 
Questionserver and client Pin
Nick196120-May-15 2:15
Nick196120-May-15 2:15 
AnswerRe: server and client Pin
Richard MacCutchan20-May-15 2:35
mveRichard MacCutchan20-May-15 2:35 
GeneralRe: server and client Pin
Nick196120-May-15 2:48
Nick196120-May-15 2:48 
GeneralRe: server and client Pin
Nick196120-May-15 2:51
Nick196120-May-15 2:51 
GeneralRe: server and client Pin
Richard MacCutchan20-May-15 3:07
mveRichard MacCutchan20-May-15 3:07 
GeneralRe: server and client Pin
Nick196120-May-15 12:22
Nick196120-May-15 12:22 
QuestionIIS stop the webservice application when I migrated 1.1 to 4.5 framework Pin
Narayan Mitra20-May-15 1:19
Narayan Mitra20-May-15 1:19 
Questionhow retrieve image from database Binary Format Pin
Member 1168949020-May-15 0:41
Member 1168949020-May-15 0:41 
AnswerRe: how retrieve image from database Binary Format Pin
Herman<T>.Instance20-May-15 0:52
Herman<T>.Instance20-May-15 0:52 
AnswerRe: how retrieve image from database Binary Format Pin
Sascha Lefèvre20-May-15 0:55
professionalSascha Lefèvre20-May-15 0:55 
Questionclosing an application before it begins Pin
DannyGroff19-May-15 8:30
DannyGroff19-May-15 8:30 
AnswerRe: closing an application before it begins Pin
OriginalGriff19-May-15 8:57
mveOriginalGriff19-May-15 8:57 
GeneralRe: closing an application before it begins Pin
Sascha Lefèvre19-May-15 10:01
professionalSascha Lefèvre19-May-15 10:01 
GeneralRe: closing an application before it begins Pin
OriginalGriff19-May-15 10:07
mveOriginalGriff19-May-15 10:07 
GeneralRe: closing an application before it begins Pin
Sascha Lefèvre19-May-15 11:41
professionalSascha Lefèvre19-May-15 11:41 
GeneralRe: closing an application before it begins Pin
DannyGroff19-May-15 10:07
DannyGroff19-May-15 10:07 
GeneralRe: closing an application before it begins Pin
OriginalGriff19-May-15 10:35
mveOriginalGriff19-May-15 10:35 
GeneralRe: closing an application before it begins Pin
Mycroft Holmes19-May-15 14:03
professionalMycroft Holmes19-May-15 14:03 
AnswerRe: closing an application before it begins Pin
Member 1125513321-May-15 3:41
Member 1125513321-May-15 3:41 
QuestionSerial Port Data to disk and ftp Pin
Member 1151385419-May-15 3:04
Member 1151385419-May-15 3:04 
Hello all,

as an old fashioned c-programmer I'm new to c# and this results in not understanding how to distribute data read from RS232c port (ASCii) to local file and via http (get) to my HTTP-Server on the other edge of our science world ...

I fond some examples how to read data from RS232 which works fine - I found an example how to write to disk ( aka file), but how do I combine this in one Process (foreground or background is irrelevant)? How do I split the data to file and ftp that come from serial port?

Many thanks for your help
Werner

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.