Skip to content
#

uno

Here are 230 public repositories matching this topic...

uno
SetTrend
SetTrend commented Jul 28, 2020

What would you like clarification on:

I read that Uno renders all controls in Windows style and there is an option somewhere deep in Uno to have some of the controls render in native OS style.

I believe it's crucial to be able to switch an application's (or page's) property to render controls using native styles wherever applicable (and to be able to switch back to Windows style again when

tms320
tms320 commented Dec 17, 2019

Hello!
I use the same UART channel to read data from sensor (via RX pin of controller) and send debug messages (via TX pin). So there is no connection between controller's TX pin and sensor's RX pin.
In my case PMS5003 sensor works fine without sending any command to it.
Your library sends "passive mode" command in 'init' and 'trigRead' methods:
uart->write(cfg, msgLen); // set passive mode

Improve this page

Add a description, image, and links to the uno topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the uno topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.