Click here to Skip to main content
15,901,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: What is makegetstatuscmd() command function? Pin
jeron131-Aug-21 4:33
jeron131-Aug-21 4:33 
GeneralRe: What is makegetstatuscmd() command function? Pin
Md Mubdiul Hasan 31-Aug-21 13:48
Md Mubdiul Hasan 31-Aug-21 13:48 
GeneralRe: What is makegetstatuscmd() command function? Pin
jeron11-Sep-21 4:03
jeron11-Sep-21 4:03 
GeneralRe: What is makegetstatuscmd() command function? Pin
Md Mubdiul Hasan 1-Sep-21 16:39
Md Mubdiul Hasan 1-Sep-21 16:39 
Thank you. Did you see my second reply? I think this information is enough to understand what would be the function. This project is tied on QT5 with STM32 and TI DSP F2806x. widget.h Example File | Qt OpenGL[^]
This project contains IAR,ECILPSE IDE.
A display is added in ST slave, it has APP files. TCP server is involved here. Server is updating the information about DSP register. Its sending modebus Queue initiating this funtion,

Quote:
void CModebusTCP::OnReceived(BYTE *pData, int nSize)


Under the function the variables are,
Quote:
void MakeGetStatusCMD(void)
{
WORD *pWord;
float *pFloat;
WORD Size;

pWord = (WORD*)Uart1.TxData;


pWord[0] = DSP_CMD_GETTATUS;
pWord[1] = g_AdjustOutput;
pWord[2] = g_RunMode;
pWord[3] = g_Run;

QuestionRequirements of display filtering in power electronics data Pin
Md Mubdiul Hasan 19-Aug-21 19:42
Md Mubdiul Hasan 19-Aug-21 19:42 
AnswerRe: Requirements of display filtering in power electronics data Pin
Richard MacCutchan19-Aug-21 21:33
mveRichard MacCutchan19-Aug-21 21:33 
AnswerRe: Requirements of display filtering in power electronics data Pin
11917640 Member 22-Aug-21 4:33
11917640 Member 22-Aug-21 4:33 
GeneralRe: Requirements of display filtering in power electronics data Pin
Md Mubdiul Hasan 22-Aug-21 15:12
Md Mubdiul Hasan 22-Aug-21 15:12 
QuestionImplementing a mathematical PI control for a reasonable "if" structure Pin
Md Mubdiul Hasan 18-Aug-21 18:37
Md Mubdiul Hasan 18-Aug-21 18:37 
AnswerRe: Implementing a mathematical PI control for a reasonable "if" structure Pin
markkuk18-Aug-21 20:18
markkuk18-Aug-21 20:18 

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.