Click here to Skip to main content
15,898,937 members
Home / Discussions / C#
   

C#

 
GeneralRe: Serial To USB Communication Pin
Michael Fritzius30-Jul-07 7:49
professionalMichael Fritzius30-Jul-07 7:49 
GeneralRe: Serial To USB Communication Pin
Luc Pattyn30-Jul-07 7:56
sitebuilderLuc Pattyn30-Jul-07 7:56 
GeneralRe: Serial To USB Communication Pin
Michael Fritzius30-Jul-07 8:28
professionalMichael Fritzius30-Jul-07 8:28 
GeneralRe: Serial To USB Communication Pin
Luc Pattyn30-Jul-07 8:37
sitebuilderLuc Pattyn30-Jul-07 8:37 
GeneralRe: Serial To USB Communication Pin
Michael Fritzius30-Jul-07 8:39
professionalMichael Fritzius30-Jul-07 8:39 
GeneralRe: Serial To USB Communication Pin
Luc Pattyn30-Jul-07 9:03
sitebuilderLuc Pattyn30-Jul-07 9:03 
GeneralRe: Serial To USB Communication Pin
Michael Fritzius30-Jul-07 9:18
professionalMichael Fritzius30-Jul-07 9:18 
GeneralRe: Serial To USB Communication Pin
Luc Pattyn30-Jul-07 8:02
sitebuilderLuc Pattyn30-Jul-07 8:02 
correction

Seems I somehow missed reading part of your last message.

my current impression is you confused yourself having two ports in your app.

matrix2681 wrote:
//write line to USB port
sendtextfromrs232.Text += "\r";
serialPort1.WriteLine(sendtextfromrs232.Text);
//clear the text box
sendtextfromrs232.Text = "";


The above seems inconsistent, are you refering the right TextBox (or whatever
sendtextfromrs232/USB may be) ?

Smile | :)


GeneralRe: Serial To USB Communication Pin
Michael Fritzius30-Jul-07 8:37
professionalMichael Fritzius30-Jul-07 8:37 
GeneralRe: Serial To USB Communication Pin
Luc Pattyn30-Jul-07 8:40
sitebuilderLuc Pattyn30-Jul-07 8:40 
GeneralRe: Serial To USB Communication Pin
Michael Fritzius30-Jul-07 9:06
professionalMichael Fritzius30-Jul-07 9:06 
GeneralRe: Serial To USB Communication Pin
Luc Pattyn30-Jul-07 9:17
sitebuilderLuc Pattyn30-Jul-07 9:17 
GeneralRe: Serial To USB Communication Pin
Michael Fritzius30-Jul-07 9:22
professionalMichael Fritzius30-Jul-07 9:22 
QuestionRuntime error with MS Word Pin
André Stroebel26-Jul-07 3:41
André Stroebel26-Jul-07 3:41 
AnswerRe: Runtime error with MS Word Pin
kubben26-Jul-07 4:22
kubben26-Jul-07 4:22 
GeneralRe: Runtime error with MS Word [modified] Pin
André Stroebel26-Jul-07 4:33
André Stroebel26-Jul-07 4:33 
GeneralRe: Runtime error with MS Word Pin
kubben26-Jul-07 5:24
kubben26-Jul-07 5:24 
QuestionHigh resolution timer? Pin
Kel_26-Jul-07 3:31
Kel_26-Jul-07 3:31 
AnswerRe: High resolution timer? Pin
Pete O'Hanlon26-Jul-07 4:00
mvePete O'Hanlon26-Jul-07 4:00 
GeneralRe: High resolution timer? Pin
Kel_26-Jul-07 4:38
Kel_26-Jul-07 4:38 
GeneralRe: High resolution timer? Pin
Dan Neely26-Jul-07 5:01
Dan Neely26-Jul-07 5:01 
GeneralRe: High resolution timer? Pin
Kel_26-Jul-07 5:26
Kel_26-Jul-07 5:26 
GeneralRe: High resolution timer? Pin
Dave Kreskowiak26-Jul-07 11:01
mveDave Kreskowiak26-Jul-07 11:01 
GeneralRe: High resolution timer? Pin
Luc Pattyn26-Jul-07 5:42
sitebuilderLuc Pattyn26-Jul-07 5:42 
AnswerRe: High resolution timer? Pin
Guffa26-Jul-07 4:35
Guffa26-Jul-07 4:35 

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.