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

C#

 
AnswerRe: load combobox from xml Pin
CPallini5-May-07 11:55
mveCPallini5-May-07 11:55 
GeneralRe: load combobox from xml Pin
Planker6-May-07 18:44
Planker6-May-07 18:44 
AnswerRe: load combobox from xml Pin
AFSEKI7-May-07 2:53
AFSEKI7-May-07 2:53 
GeneralRe: load combobox from xml Pin
Planker7-May-07 4:03
Planker7-May-07 4:03 
GeneralRe: load combobox from xml Pin
AFSEKI7-May-07 22:45
AFSEKI7-May-07 22:45 
GeneralRe: load combobox from xml Pin
Planker8-May-07 1:20
Planker8-May-07 1:20 
GeneralRe: load combobox from xml Pin
AFSEKI8-May-07 21:07
AFSEKI8-May-07 21:07 
QuestionProb with SerialPort ReadExisting method Pin
sew44125-May-07 3:27
sew44125-May-07 3:27 
I've been trying to a simple Comm program to work using the
ReadExisting method of the .Net 2.0 SerialPort class.
The data is being transmitted to me from a PIC micro dev board.

The data received event fires when ReceivedBytesThreshold is
reached as it should, but I only get back one character when there are
4 in the buffer. I verified this by retrieving the BytesToRead
property and it is set to 4.

If I add additional ReadExisting method calls afterwards I will get
one and only one char back for each read.

I also tried the Read method but same result as ReadExisting.

Lastly I ran Hyperterm and another terminal program
and they both receive the entire 4 chars with no problems.
The databits, baudrate, and handshaking are all set the same
for my code as well as the terminal programs. I have also
tried setting the DtrEnable and RtsEnable to true but with
no success.

sorry for the long post but i tried to be as brief as possible

Any help will be greatly appreciated.

AnswerRe: Prob with SerialPort ReadExisting method Pin
Luc Pattyn5-May-07 3:39
sitebuilderLuc Pattyn5-May-07 3:39 
GeneralRe: Prob with SerialPort ReadExisting method Pin
sew44125-May-07 10:15
sew44125-May-07 10:15 
GeneralTried and got same behaviour, Ideas? Pin
sew44126-May-07 2:40
sew44126-May-07 2:40 
GeneralRe: Tried and got same behaviour, Ideas? Pin
Luc Pattyn6-May-07 4:01
sitebuilderLuc Pattyn6-May-07 4:01 
GeneralDebugger affecting reception of data Pin
sew44127-May-07 2:50
sew44127-May-07 2:50 
QuestionVS.NET, Winform default settings Pin
Imtiaz Murtaza5-May-07 3:22
Imtiaz Murtaza5-May-07 3:22 
AnswerRe: VS.NET, Winform default settings Pin
subai5-May-07 3:56
subai5-May-07 3:56 
QuestionPreserve creation date Pin
electriac5-May-07 3:08
electriac5-May-07 3:08 
AnswerRe: Preserve creation date Pin
subai5-May-07 4:02
subai5-May-07 4:02 
AnswerRe: Preserve creation date Pin
Luc Pattyn5-May-07 6:42
sitebuilderLuc Pattyn5-May-07 6:42 
GeneralRe: Preserve creation date Pin
electriac5-May-07 8:16
electriac5-May-07 8:16 
GeneralRe: Preserve creation date Pin
Luc Pattyn5-May-07 8:45
sitebuilderLuc Pattyn5-May-07 8:45 
GeneralRe: Preserve creation date [modified] Pin
electriac5-May-07 9:01
electriac5-May-07 9:01 
GeneralRe: Preserve creation date Pin
Luc Pattyn5-May-07 9:20
sitebuilderLuc Pattyn5-May-07 9:20 
GeneralRe: Preserve creation date Pin
Luc Pattyn5-May-07 12:31
sitebuilderLuc Pattyn5-May-07 12:31 
GeneralRe: Preserve creation date Pin
electriac5-May-07 12:42
electriac5-May-07 12:42 
AnswerRe: Preserve creation date Pin
AFSEKI7-May-07 2:56
AFSEKI7-May-07 2:56 

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.