需求方有帮助吗?

2 posts / 0 new
Last post
RatheeshT
Offline
Last seen:1 year 10 months ago
加入:2017-01-02 11:08
需求方有帮助吗?

Hi DIALOG,

I need to send a constant data like "Dialog semiconductor" from SPS_device to SPS_host.
Where i have to insert that string in SPS device example ?

Device:
MT_dialog
Offline
Last seen:1 month 1 week ago
Staff
加入:2015-06-08 11:34
Hi RatheshT,

Hi RatheshT,

You can either push the data that you need to the buffer that the application allocates in order to store and send the data (please check the UM-B-038 Serial Port Service reference application.pdf) or you can directly write the data that you would like to the notifiable characteristic that the application has in order to send data to the host (you can have a look to the application manual in order to find the corresponding functions that do that). Also you can check the forum, there are quite some posts that deal with sending periodically data to the central device like this onehttps://support.dialog-semiconductor.com/apptimerset-0.

Thanks MT_dialog