Click here to Skip to main content
15,896,154 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Connect to bluetooth service watch and read HR data Pin
Richard MacCutchan20-Sep-21 6:32
mveRichard MacCutchan20-Sep-21 6:32 
GeneralRe: Connect to bluetooth service watch and read HR data Pin
jeron120-Sep-21 6:35
jeron120-Sep-21 6:35 
GeneralRe: Connect to bluetooth service watch and read HR data Pin
Wim Van den Borre20-Sep-21 6:49
Wim Van den Borre20-Sep-21 6:49 
GeneralRe: Connect to bluetooth service watch and read HR data Pin
Dave Kreskowiak20-Sep-21 7:04
mveDave Kreskowiak20-Sep-21 7:04 
GeneralRe: Connect to bluetooth service watch and read HR data Pin
Wim Van den Borre20-Sep-21 7:11
Wim Van den Borre20-Sep-21 7:11 
GeneralRe: Connect to bluetooth service watch and read HR data Pin
Dave Kreskowiak20-Sep-21 7:18
mveDave Kreskowiak20-Sep-21 7:18 
GeneralRe: Connect to bluetooth service watch and read HR data Pin
Wim Van den Borre20-Sep-21 9:52
Wim Van den Borre20-Sep-21 9:52 
GeneralRe: Connect to bluetooth service watch and read HR data Pin
David Crow20-Sep-21 7:42
David Crow20-Sep-21 7:42 
GeneralRe: Connect to bluetooth service watch and read HR data Pin
Richard MacCutchan21-Sep-21 0:42
mveRichard MacCutchan21-Sep-21 0:42 
GeneralRe: Connect to bluetooth service watch and read HR data Pin
David Crow21-Sep-21 2:44
David Crow21-Sep-21 2:44 
QuestionControl PDF from c ++ Pin
danekbb10-Sep-21 1:57
danekbb10-Sep-21 1:57 
AnswerRe: Control PDF from c ++ Pin
Richard MacCutchan10-Sep-21 2:22
mveRichard MacCutchan10-Sep-21 2:22 
AnswerRe: Control PDF from c ++ Pin
Victor Nijegorodov10-Sep-21 4:23
Victor Nijegorodov10-Sep-21 4:23 
AnswerRe: Control PDF from c ++ Pin
Dave Kreskowiak10-Sep-21 5:28
mveDave Kreskowiak10-Sep-21 5:28 
QuestionOther program access and data extraction Pin
cocaya7-Sep-21 16:44
cocaya7-Sep-21 16:44 
AnswerRe: Other program access and data extraction Pin
Victor Nijegorodov7-Sep-21 21:17
Victor Nijegorodov7-Sep-21 21:17 
AnswerRe: Other program access and data extraction Pin
Richard MacCutchan7-Sep-21 22:15
mveRichard MacCutchan7-Sep-21 22:15 
GeneralRe: Other program access and data extraction (help me) Pin
cocaya8-Sep-21 1:55
cocaya8-Sep-21 1:55 
GeneralRe: Other program access and data extraction (help me) Pin
Richard MacCutchan8-Sep-21 2:10
mveRichard MacCutchan8-Sep-21 2:10 
GeneralRe: Other program access and data extraction (help me) Pin
cocaya8-Sep-21 17:42
cocaya8-Sep-21 17:42 
GeneralRe: Other program access and data extraction (help me) Pin
Richard MacCutchan8-Sep-21 21:59
mveRichard MacCutchan8-Sep-21 21:59 
QuestionWhat is makegetstatuscmd() command function? Pin
Md Mubdiul Hasan 30-Aug-21 14:09
Md Mubdiul Hasan 30-Aug-21 14:09 
AnswerRe: What is makegetstatuscmd() command function? Pin
_Flaviu30-Aug-21 21:32
_Flaviu30-Aug-21 21:32 
GeneralRe: What is makegetstatuscmd() command function? Pin
Md Mubdiul Hasan 30-Aug-21 22:47
Md Mubdiul Hasan 30-Aug-21 22:47 
I guess you'll need to deliver more details about this
MakeGetStatusCMD()
function (his body, anything), because we don't know anything about this


Its a command type function. Lets say DSP is master and another type of MCU is slave.
We are trying to make bridge among them. Additionally, this Modebus protocol has interface with API and display.It may have remote control piping. Slave is host here.

This file where I got this function has included register and device functioning header file.

Those can be describe here,

BOOL SysUsartBusy;//combining the functions of a data bus to carry information, an address bus to determine where it should be sent or read from, and a control bus to determine its operation.
WORD SysCmdTimeoutCount;//Byte and Word Swapping in Modbus, proposes a method to timeout a long-running command .
WORD SysCmdAckDelayCount;// system acknowledged, puting a delay count 
WORD SysCmdDelayCount; // delay will counted 
//The tail() method is utilized to return a new queue that consists of all the elements except the first one.
BYTE CmdQueueHeader, CmdQueueTail;// In modbus data stream at first (flag, adress, control) belongs from a header file,Returns the queue of upcoming commands for the specified device. 
BYTE CmdQueue[CMD_QUEUE_SIZE];//Queue is a function, may be its use for checking 1st and last data within a particular size.

GeneralRe: What is makegetstatuscmd() command function? Pin
jeron131-Aug-21 4:33
jeron131-Aug-21 4:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.