Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.

MicroEmb

Member Since 06 Jan 2011
Offline Last Active Aug 30 2017 06:40 PM
-----

Posts I've Made

In Topic: Netduino Plus and UART 7 bit problems

03 January 2016 - 09:29 AM

I have investigated this further and it is only UART1 that have this problem with 7 Bit.

 

I have checked the byte that i receive  to UART1 and it is always in 8 bit mode , the MSB is always 1

 

So as an example i should receive a right bracket ] witch is 0x5D 93d and that is received as 0xDD 221d

the MSB is 1   if i send with 8 bit it receives OK 0x5D 93d

 

So as a workaround i substrate 128 from received byte to get it right,

 

// 


home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.