Click here to Skip to main content
15,897,704 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problem in Reading from serial port Pin
Giorgi Dalakishvili9-Dec-08 1:10
mentorGiorgi Dalakishvili9-Dec-08 1:10 
AnswerRe: Problem in Reading from serial port Pin
Simon P Stevens9-Dec-08 1:11
Simon P Stevens9-Dec-08 1:11 
GeneralRe: Problem in Reading from serial port Pin
TJS4u9-Dec-08 1:18
TJS4u9-Dec-08 1:18 
GeneralRe: Problem in Reading from serial port Pin
Simon P Stevens9-Dec-08 1:27
Simon P Stevens9-Dec-08 1:27 
GeneralRe: Problem in Reading from serial port Pin
TJS4u9-Dec-08 1:38
TJS4u9-Dec-08 1:38 
AnswerRe: Problem in Reading from serial port Pin
Eddy Vluggen9-Dec-08 1:21
professionalEddy Vluggen9-Dec-08 1:21 
GeneralRe: Problem in Reading from serial port Pin
TJS4u9-Dec-08 1:34
TJS4u9-Dec-08 1:34 
GeneralRe: Problem in Reading from serial port Pin
Eddy Vluggen9-Dec-08 1:47
professionalEddy Vluggen9-Dec-08 1:47 
TJS4u wrote:
the system hangs


No, it's not hanging, but waiting. Waiting for someone to send a carriage-return + linefeed to the serial port. In other words, the system is reading from the serial port, and will continue reading, until someone sends an "enter" to the serial port.

TJS4u wrote:
How can i be sure that the port is enabled and data has been send to the port...


Make yourself a cable that echo's everything.

TJS4u wrote:
if i connect a device will that respond to the code i have written


The device doesn't know about your code. Your code will have to speak to the device in a way that the device itself understands. Various devices use the serial port in different ways. Your micrologger will have some examples on this.
GeneralRe: Problem in Reading from serial port Pin
TJS4u9-Dec-08 1:56
TJS4u9-Dec-08 1:56 
GeneralRe: Problem in Reading from serial port Pin
Eddy Vluggen9-Dec-08 3:11
professionalEddy Vluggen9-Dec-08 3:11 
GeneralRe: Problem in Reading from serial port Pin
TJS4u9-Dec-08 3:19
TJS4u9-Dec-08 3:19 
GeneralRe: Problem in Reading from serial port Pin
Eddy Vluggen9-Dec-08 3:25
professionalEddy Vluggen9-Dec-08 3:25 
GeneralRe: Problem in Reading from serial port Pin
Luc Pattyn9-Dec-08 1:59
sitebuilderLuc Pattyn9-Dec-08 1:59 
Questioncreate slidable form [modified] Pin
Member 44132839-Dec-08 0:47
Member 44132839-Dec-08 0:47 
AnswerRe: create slidable form Pin
Simon P Stevens9-Dec-08 0:53
Simon P Stevens9-Dec-08 0:53 
AnswerRe: create slidable form Pin
Brij9-Dec-08 0:57
mentorBrij9-Dec-08 0:57 
QuestionHow to Read and Write to Serial Port using C# Pin
TJS4u9-Dec-08 0:46
TJS4u9-Dec-08 0:46 
AnswerRe: How to Read and Write to Serial Port using C# Pin
Simon P Stevens9-Dec-08 0:51
Simon P Stevens9-Dec-08 0:51 
GeneralRe: How to Read and Write to Serial Port using C# Pin
TJS4u9-Dec-08 0:56
TJS4u9-Dec-08 0:56 
GeneralRe: How to Read and Write to Serial Port using C# Pin
leppie9-Dec-08 1:08
leppie9-Dec-08 1:08 
GeneralRe: How to Read and Write to Serial Port using C# Pin
TJS4u9-Dec-08 1:20
TJS4u9-Dec-08 1:20 
GeneralRe: How to Read and Write to Serial Port using C# Pin
Simon P Stevens9-Dec-08 1:10
Simon P Stevens9-Dec-08 1:10 
AnswerRe: How to Read and Write to Serial Port using C# Pin
Giorgi Dalakishvili9-Dec-08 0:52
mentorGiorgi Dalakishvili9-Dec-08 0:52 
GeneralRe: How to Read and Write to Serial Port using C# Pin
TJS4u9-Dec-08 0:58
TJS4u9-Dec-08 0:58 
AnswerRe: How to Read and Write to Serial Port using C# Pin
Himadri Majumdar9-Dec-08 5:25
Himadri Majumdar9-Dec-08 5:25 

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.