@Jack J Jun hi jack I was able to solve the problem yesterday I ended up using the ReadByte() method after experimenting with changing the method parameters to suit the output of my device. Thanks for your help.
Read data from a serial port that doesnt create a newline
Hi i have a device connected to a COM Port that accepts commands from my pc and sends back confirmation but doesn't create a newline leaving it open and from what i can tell because the line doesn't end the datarecievehandler doesn't even get called i have had some success using the SerialPort.Newline property and changing it to 1 or 0 which prints broken data fragments was wondering if anyone else had any ideas below is an image of what's meant to be read off com port it was gotten using tera term that picture has 3 confirmations in it which are the three 07010's but there are a couple more different codes the device can receive
Sorry if the question is a bit hard to understand am still trying to wrap my head around it myself