Page 1 of 1

Win32 + RS232

Posted: October 8th, 2009, 3:09
by chaitanya
Hello guys!,

I am writing a code to communicate hard drive with comp using serial port
I am sending characters like '.','!','~' to port which in turn sends to hard drive buffer and hard drive sends corresponding output to port as response.

Now, I want to send some advance commands like "/1" to port but it is not responding me as expected.

I doubt that is there any issue related to data type or such
or Ascii-Unicode?