peakdaa.blogg.se

Read binary data from serial port controller
Read binary data from serial port controller






read binary data from serial port controller

Monitor, I can verify the command goes through in binary as F1 A5 like required. I send the F1 A5 command which by using a Serial Port Then when they click the connect button, it tests to make sure a COM Port was selected and then opens the COM Port. So this is the code I currently have, I list the COM Ports available in a drop down. So my first goal is to read and test the response to check if it is correct.

read binary data from serial port controller read binary data from serial port controller

I'm expecting a response of 91 27 92 04 xx (xx being the firmware version its not important) I'm having trouble with getting the response. I have a USB device that communicates over serial. I've done a lot of reading and have hit a small wall of slight confusion. Really new to this, as this is my first actual program I've worked on.








Read binary data from serial port controller