-
1. Re: How to send Scan_Request's from CY5677 Dongle with the C# API from Cypress
hima Nov 7, 2017 12:33 AM (in response to fatih.erdogan_2584481)Hello,
Check for the ICyBleMgr interface. This can perform scan and connect.
Thanks,
Hima
-
2. Re: How to send Scan_Request's from CY5677 Dongle with the C# API from Cypress
Madhu Lakshmipathy Nov 13, 2017 2:46 AM (in response to fatih.erdogan_2584481)Hi,
I am a simple code example. This is a simple GUI that demonstrates scanning, connection, Write, Read and receiving notification.
You can download the project from this link:
https://www.dropbox.com/s/w5v7oje0ssuz2ix/MADY-40.zip?dl=0
Also, document for testing the project is attached here.
Regards,
- Madhu Sudhan
-
MADY40 (1).doc 277.5 K
-
-
3. Re: How to send Scan_Request's from CY5677 Dongle with the C# API from Cypress
fatih.erdogan_2584481 Nov 22, 2017 1:39 AM (in response to Madhu Lakshmipathy)first thank you to your all.
I have found the "simple GUI" before i asked my question. The simple GUI was very usefull but e.f. I don´t know how to send scan requests with information in it´s payload. Because I want to estabilish a connection between two devices and one of those needs a certain order of scan requests (with certain payload at each scan request) to allow a pairing and i want to implement this as a statemachine, but I don´t know how to send certain requests or responses.