Click here to Skip to main content
16,004,686 members
Home / Discussions / C#
   

C#

 
GeneralParsing XML frm C# webservice to VB6 - HELP!! Pin
stuck!27-Mar-03 4:05
sussstuck!27-Mar-03 4:05 
GeneralDynamic list of classes Pin
econner27-Mar-03 3:28
econner27-Mar-03 3:28 
GeneralRe: Dynamic list of classes Pin
Nick Pirocanac27-Mar-03 9:52
Nick Pirocanac27-Mar-03 9:52 
GeneralRe: Dynamic list of classes Pin
econner27-Mar-03 18:15
econner27-Mar-03 18:15 
GeneralRe: Dynamic list of classes Pin
Nick Pirocanac27-Mar-03 18:33
Nick Pirocanac27-Mar-03 18:33 
GeneralRe: How do you make buttons with icons? Pin
Nick Seng26-Mar-03 16:59
Nick Seng26-Mar-03 16:59 
GeneralRe: How do you make buttons with icons? Pin
Don_s26-Mar-03 21:50
Don_s26-Mar-03 21:50 
GeneralSend Hex file to CommPort Pin
Member Salamon26-Mar-03 12:41
Member Salamon26-Mar-03 12:41 
I am trying to download a intel hex file to target system with serial communication.
I do not know how to write in C# a code to send lines until the end of file.
I can send an entire hex file to commPort but I get problen with <cr> and <lf>
of my hex file in the end of line of hex file.
I have a pesode code below written in pascal may be it help to anderstand my problem. Whith this code I have no problem to download a hex file.

i: integer;
line: string;
for i:= 1 to length(line) do
begin
code..
sndbyte(ord(line[i]));
end;
sndbyte(13); <cr>
sndbyte(10); <lf>


I will be very thankful if you could help me to write this code with C#.

Salam
GeneralMessageBox's Pin
jtmtv1826-Mar-03 10:07
jtmtv1826-Mar-03 10:07 
GeneralRe: MessageBox's Pin
Le centriste26-Mar-03 11:05
Le centriste26-Mar-03 11:05 
GeneralRe: MessageBox's Pin
jtmtv1826-Mar-03 12:34
jtmtv1826-Mar-03 12:34 
GeneralRe: MessageBox's Pin
Nick Seng26-Mar-03 16:57
Nick Seng26-Mar-03 16:57 
GeneralBitmaps and Graphics Pin
Jon Newman26-Mar-03 8:06
Jon Newman26-Mar-03 8:06 
GeneralRe: Bitmaps and Graphics Pin
Nathan Blomquist26-Mar-03 8:16
Nathan Blomquist26-Mar-03 8:16 
GeneralRe: Bitmaps and Graphics Pin
Jon Newman26-Mar-03 8:23
Jon Newman26-Mar-03 8:23 
GeneralRe: Bitmaps and Graphics Pin
Jon Newman26-Mar-03 8:27
Jon Newman26-Mar-03 8:27 
GeneralBuild Properties problem Pin
Le centriste26-Mar-03 5:44
Le centriste26-Mar-03 5:44 
GeneralRe: Build Properties problem Pin
Thomas Freudenberg8-Apr-03 14:42
Thomas Freudenberg8-Apr-03 14:42 
QuestionPID of current process? Pin
se99ts26-Mar-03 5:13
se99ts26-Mar-03 5:13 
AnswerRe: PID of current process? Pin
Stephane Rodriguez.26-Mar-03 5:22
Stephane Rodriguez.26-Mar-03 5:22 
GeneralRe: PID of current process? Pin
se99ts26-Mar-03 5:25
se99ts26-Mar-03 5:25 
GeneralRe: PID of current process? Pin
Stephane Rodriguez.26-Mar-03 6:10
Stephane Rodriguez.26-Mar-03 6:10 
GeneralRe: PID of current process? Pin
se99ts26-Mar-03 6:13
se99ts26-Mar-03 6:13 
GeneralBinding a Repeater with a array of Struct Pin
mablao26-Mar-03 3:22
mablao26-Mar-03 3:22 
QuestionListBox DataBinding, ValueMember? Pin
STW26-Mar-03 3:18
STW26-Mar-03 3:18 

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.