System.IO.Ports.SerialPort.ReadExisting Method

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ultrasonicTim
    New Member
    • Nov 2008
    • 1

    System.IO.Ports.SerialPort.ReadExisting Method

    Does the ReadExisting() method block if no bytes are available to read or does it return an empty string?
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    I would guess it would return an empty string.
    Seems like a very easy thing to have tested out yourself

    Comment

    Working...