⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 tinyos-2.x.rar
💻
字号:
README for SerialLoader
Author/Contact: Chieh-Jan Mike Liang <cliang4@cs.jhu.edu>

Description:

SerialLoader receives loadable programs from the serial port and stores
it in a byte array. Then, when it receives the command to load the code,
it makes the call to the dynamic loader.

Here are the steps:
1.) Load SerialLoader:
    make telosb install bsl,<device_port>
    
2.) Create the loadable code, Blink.tos:
    tosthreads-gen-dynamic-app ../../capps/Blink/Blink.c

3.) Clear the byte array in the mote RAM buffer:
    ./serialloader.py <device_port> 0

4.) Upload the binary:
    ./serialloader.py <device_port> 1 Blink.tos
    
5.) Run the binary:
    ./serialloader.py <device_port> 7

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -