serial bus not communicating #902
Replies: 5 comments
-
Posted at 2016-12-02 by @gfwilliams Looks like you've connected RX to RX and TX to TX? With Serial, you need to connect RX to TX and vice versa - it's a common issue :) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-02 by pwhitrow silly me! Still nothing though :( |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-02 by @gfwilliams You may need to print just the character code 1, not the string Try: |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-02 by pwhitrow That was it dude, many thanks! Onward.... |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-02 by pwhitrow asked a dumb question so deleted :) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-02 by pwhitrow
HI,
I'm trying to do something really simple but it's not working (probably me again)...
I would like the Pico to communicate with an MDFly TF Card MP3 Player Module via Serial1 but it doesn't seem to be doing it. The player is powered and in it's ready state, and the sdcard is loaded with 01-10.mp3 as required.
When the trigger pin on Pico is pulled low, the setWatch fires as evidenced by the "TEST" print in console window, but no response is received from the player.
Attached are some data sheet pages for the player.
Can you guys see anything obvious?
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions