python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
UART decoding via picoscope SDK
I'm working to use picoscope APIs for programming picoscope 2205a, and I need to decode standard UART protocol, but I couldn't find any API in picoscope SDK (ps2000aApi.h) for decoding UART frame.
pic...
Mohamed
Votes: 0
Answers: 1
Serial interaction through USB port for developing windows application on flutter
I have just arrived on flutter/dart and being novice in these languages, I am not so aware about the protocols or the libraries. I do have C++ and Fortran coding experience. What I intend to do now is...
PS_O5
Votes: 0
Answers: 2
I want to Store the serial data in the variable using Arduino
I am working with a DWIN 480x272 LCD touch screen. The screen provides UART serial communication at a baud rate of 115200. I want to store the transmitted data into a format I can process. Can anyon...
aastik vaghela
Votes: 0
Answers: 1
Read data from X pointer and save it in an array - AVR Asm
I'm learning Avr Assembly. I'm writing a project that reads a uart string, then the string has to be saved in an array. Then the string has to be send back on the uart TX pin. I'm programming a ATMEGA...
Jarne_789
Votes: 0
Answers: 0