Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Tag: serial port

STM32 single-chip serial port one-click download circuit and operation method detailed

The storage media corresponding to the three boot modes of STM32 are all built-in chips. They are:
1) User flash memory = Flash built into the chip.
2) SRAM = The RAM area built into the chip is

September 24, 2021By Simo Motherboard circuit, detailed, download, method, one-button, operation, serial port, single chip, STM, STM32Leave a Comment

Tornado uses WebSockets on Raspberry Pi and monitors serial Arduino communication

Basically, what I want to achieve is a canvas-based web interface to control an Arduino through Raspberry Pi. The use case is that a user navigates to raspberrypi:8080 to display a canvas. Then aft

September 24, 2021By Simo Motherboard Arduino, communication, Monitor, Pi, Raspberry, serial port, Tornado, Used, WebSocketsLeave a Comment

Serial port – Windows UWP Windows.devices.serialCommunication.SerialDevice does not work

Is it just me, or is it a bug?

serialPort = await SerialDevice.FromIdAsync(Id); serialPort is always null, even if Id is not.

I need this to work. Now I just write very “fast and dirty”

September 24, 2021By Simo Motherboard Devices, serial port, Serialcommunication, SerialDevice, UWP, windows, Windows.devices.serial Communication.SerialDevice, WorkLeave a Comment

[STM32F103] serial port UART configuration

l Serial port clock enable, GPIO clock enable:

RCC_APB2PeriphClockCmd();

l Serial reset:< /p>   USART_DeInit(); This step is not necessary

l GPIO port mode setting:

GPIO_Ini

September 24, 2021By Simo Motherboard configuration, serial port, STM, STM32F103, UARTLeave a Comment

STM32 serial interrupt instance two

int main(void )
{
uint8_t a=0;//LED high and low voltage control

/* System Clocks Configuration */
RCC_Configuration(); //System clock settings
/*Nested vector interrupt controller
Exp

September 24, 2021By Simo Motherboard example, interruption, serial port, STM, STM32, twoLeave a Comment

Serial package

1, header file

#ifndef MYSERIAL_H
#define MYSERIAL_H#include
#include “mymethod.h”
class MySerial: public QSerialPort
{
Q_OBJECT

public:
MySerial(QObject *parent);
~MySerial();

September 24, 2021By Simo Motherboard package, serial portLeave a Comment

(2) Serial screen schedule

< /p>

< /p>

< /p>

< /p>

Increase button action

Bounce event

if(j0.val<=90) { j0.val=j0.val+10 if(j0.val>=100)
{
j0.val=100
}
n0.val=j0.val
}
   m

September 24, 2021By Simo Motherboard progress, Screen, serial port, strip, useLeave a Comment

Arduino serial library function

Library function directory

if (Serial)

available()

availableForWrite() begin()

end()

find()

findUntil()

flush() parseFloat()

parseInt()

peek()<

September 24, 2021By Simo Motherboard Arduino, function, Library, serial portLeave a Comment

STM32 serial optoth experiment

In experimental phase 1, the timer is timed for 1s to trigger an interrupt, and data is sent out during the interrupt.

The timer is set to 36000 frequency division, the period is set to 2000,

September 24, 2021By Simo Motherboard experiment, serial port, STM, STM32Leave a Comment

OpenWRT firmware, serial port burning flash

Original address: http://blog.chinaunix.net/uid-25631578-id-4011568.html

AR series partition address

4M flash span>Partition address: Partition name Start address Partition length< /spa

September 24, 2021By Simo Motherboard burn, firmware, flash, OpenWRT, serial port, writeLeave a Comment

Posts navigation

Page 1 Page 2 Page 3 Page 4
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress