我有时需要用串口与单片机进行通信,Ecere SDK 里有封装好的,简单的串口类吗?
I do communication for PC with MCU, Ecere SDK have the Class for serial port?
Ecere SDK 里有串口类吗?Ecere SDK have the Class for serial port?
Re: Ecere SDK 里有串口类吗?Ecere SDK have the Class for serial por
您好,欢迎Ecere!
We don't have any Ecere class for accessing the serial port at the moment.
However, you should be able to use the POSIX or Win32 API.
http://ulisse.elettra.trieste.it/servic ... asics.html
http://msdn.microsoft.com/en-us/library/ff802693.aspx
You could also create a class that derives from the base 'File' class to expose this functionality has an Ecere 'File' class.
Regards,
-Jerome
We don't have any Ecere class for accessing the serial port at the moment.
However, you should be able to use the POSIX or Win32 API.
http://ulisse.elettra.trieste.it/servic ... asics.html
http://msdn.microsoft.com/en-us/library/ff802693.aspx
You could also create a class that derives from the base 'File' class to expose this functionality has an Ecere 'File' class.
Regards,
-Jerome
Re: Ecere SDK 里有串口类吗?Ecere SDK have the Class for serial por
Thanks jerome! But i just want to simply do that, have you any plan to implement a class for serial port ?
Re: Ecere SDK 里有串口类吗?Ecere SDK have the Class for serial por
We do not have plans for implementing such a class at the moment.
However you're welcome to submit one as a contribution, and we would be happy to review it, suggest improvements and possibly include it as part of the SDK.
Regards,
-Jerome
However you're welcome to submit one as a contribution, and we would be happy to review it, suggest improvements and possibly include it as part of the SDK.
Regards,
-Jerome