Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello.

I try to connect PIC Bluetooth Module with MFC.

I reference this site.

http://msdn.microsoft.com/en-us/library/ms881004

msdn used PORTEMUPortParams structure.

but MFC is not having this structure.

help me plz

I need to guide about Creating Virtual Com Port
Posted
Comments
[no name] 6-Sep-12 11:08am    
Header bt_api.h

1 solution

See the documentation for PORTEMUPortParams[^]. You need to include the header file containing the definition.
 
Share this answer
 
Comments
mauver_ 6-Sep-12 12:51pm    
Reple Thanks.

But PORTEMUPortParams structure is not Using in MFC.

This Structure is for Windows Embedded Model.

I want to use with MFC
Richard MacCutchan 6-Sep-12 13:02pm    
Well I think you may be out of luck.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900