串口透传程序python_串口透传程序

【实例简介】

串口将收到的数据通过无线发送出去,将收到的无线数据通过串口发送出去.

【实例截图】

【核心代码】

串口透传程序

└── 串口透传程序

├── components

│   ├── basicrf

│   │   ├── basic_rf.c

│   │   ├── basic_rf.h

│   │   ├── basic_rf_security.c

│   │   ├── basic_rf_security.h

│   │   ├── hal_pkt.h

│   │   ├── hal_rf.c

│   │   └── hal_rf.h

│   ├── common

│   │   ├── cc8051

│   │   │   └── hal_cc8051.h

│   │   ├── clock.h

│   │   ├── hal_adc.c

│   │   ├── hal_adc.h

│   │   ├── hal_defs.h

│   │   ├── hal_dma.c

│   │   ├── hal_dma.h

│   │   ├── hal_drivers.c

│   │   ├── hal_drivers.h

│   │   ├── hal_flash.c

│   │   ├── hal_flash.h

│   │   ├── hal_int.c

│   │   ├── hal_int.h

│   │   ├── hal_mcu.c

│   │   ├── hal_mcu.h

│   │   ├── hal_timer.c

│   │   ├── hal_timer.h

│   │   ├── hal_types.h

│   │   ├── hal_uart.c

│   │   ├── hal_uart.h

│   │   ├── _hal_uart_isr.c

│   │   ├── util.c

│   │   └── util.h

│   ├── radios

│   │   └── cc2530

│   │   ├── adc.c

│   │   ├── adc.h

│   │   ├── clock.c

│   │   ├── clock.h

│   │   ├── hal_mcu.c

│   │   ├── hal_rf.c

│   │   ├── hal_rf_security.c

│   │   ├── hal_rf_util.c

│   │   └── hal_timer_32k.c

│   ├── targets

│   │   ├── common

│   │   │   └── hal_lcd_srf05.c

│   │   ├── interface

│   │   │   ├── hal_assert.h

│   │   │   ├── hal_button.h

│   │   │   ├── hal_digio.h

│   │   │   ├── hal_int.h

│   │   │   ├── hal_joystick.h

│   │   │   ├── hal_lcd.h

│   │   │   ├── hal_led.h

│   │   │   ├── hal_mcu.h

│   │   │   ├── hal_rf.h

│   │   │   ├── hal_rf_security.h

│   │   │   ├── hal_rf_util.h

│   │   │   ├── hal_timer_32k.h

│   │   │   └── hal_uart.h

│   │   └── router

│   │   ├── hal_board_cfg.h

│   │   └── hal_board.h

│   └── utils

│   ├── util_buffer.c

│   ├── util_buffer.h

│   ├── util.c

│   ├── util.h

│   ├── util_lcd.c

│   ├── util_lcd.h

│   └── util_menu.h

├── Debug

│   ├── Exe

│   │   └── SerialToWireless.hex

│   └── Obj

│   ├── basic_rf.r51

│   ├── hal_adc.r51

│   ├── hal_dma.r51

│   ├── hal_flash.r51

│   ├── hal_int.r51

│   ├── hal_mcu.r51

│   ├── hal_rf.r51

│   ├── hal_timer.r51

│   ├── hal_uart.r51

│   ├── jyz_relay.pbd

│   ├── main.r51

│   ├── my_uart.r51

│   ├── relay.pbd

│   ├── SerialToWireless.pbd

│   └── util.r51

├── hal_uart.c

├── hal_uart.h

├── main.c

├── SerialToWireless.dep

├── SerialToWireless.ewd

├── SerialToWireless.ewp

├── SerialToWireless.eww

├── settings

│   ├── jyz_relay.cspy.bat

│   ├── jyz_relay.dbgdt

│   ├── jyz_relay.dni

│   ├── jyz_relay.wsdt

│   ├── relay.cspy.bat

│   ├── relay.dbgdt

│   ├── relay.dni

│   ├── relay.wsdt

│   ├── SerialToWireless.cspy.bat

│   ├── SerialToWireless.dbgdt

│   ├── SerialToWireless.dni

│   └── SerialToWireless.wsdt

└── 数据流程.jpg

16 directories, 98 files

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值