Author Topic: [SOLVED] Writing to Uart  (Read 785 times)

kristofferis

  • Sr. Member
  • ****
  • Posts: 287
  • Location: Sweden
    • View Profile
Re: Writing to Uart
« on: July 17, 2016, 07:22:56 am »
I have tried the workaround and also now with the new version writing byte but there seems to be problem with the 0xff

It's like the receiving part does not get that byte and if I send 0xff to mcModule it does not receive it, or at least it does not show in the Read function.

This is what i tried to send to mcModule
Code: [Select]
0x65 0x00 0x08 0x01 0xff 0xff 0xffbut i only received
Code: [Select]
0x65 0x00 0x08 0x01