This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How do i send midi data over ble uart

hi, i am using ble_uart example in which i am sending 3 byte of midi data (90 1e 45 0a .E.) i am getting (.E.) when i converts this ascii value to hex value i get (2e 45 2e) which is not same as the data i am sending.

i have no idea what should i do to get same data.

thanks!!

Parents
  • yes you are right @RK , thing is that i need to edit the midi data coming into apple midi format with is of 7 byte. for with i need to have access to each byte of data. not in character format. in hex or binary format. for which i need the get the same result i am sending.

Reply
  • yes you are right @RK , thing is that i need to edit the midi data coming into apple midi format with is of 7 byte. for with i need to have access to each byte of data. not in character format. in hex or binary format. for which i need the get the same result i am sending.

Children
No Data
Related