User profile: pervez

User info
User name:pervez
History
Joined:
Number of posts:5
Latest posts:

UM6 serial parsing(datasheet parsing function) problem for getting serial data
[code][/code] BOOL readbyte(BYTE &resp) { BOOL bReturn = TRUE; BYTE rx; DWORD dwByt...

Sensor data read in PC
Hello Mr kbw Thanks for your reply. cout<<dataout<<"\t"; at this point the data shows in PC but aft...

Sensor data read in PC
[code]BOOL ReadByte(BYTE *resp) { BOOL bReturn = TRUE; BYTE rx; DWORD dwBytesTransf...

Help for receiving data and visualizing from UM6 to PC serial port
Anybody has any sugession..please help!!

Help for receiving data and visualizing from UM6 to PC serial port
[code] try{ if(ReadByte(&data)== TRUE) { Sleep(100); dataout[index++] = data; //cout...