Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
5 years, 6 months ago.
le logiciel pour tester le HC05 ne fonctionne pas ! pouvez vous m'aider?
- include "mbed.h" DigitalOut myled(LED1); Serial bt(p27,p28); Serial pc(USBTX,USBRX); int i=0; int main() { pc.baud(115200); bt.baud(9600); while(1) { bt.printf("i: %c %d \n\r ",i,i); pc.printf("i: %c %d \n\r ",i,i); wait(0.2); } }