Skip to content

Commit

Permalink
release 2.02
Browse files Browse the repository at this point in the history
  • Loading branch information
panhao4812 committed Jun 5, 2017
1 parent 7ef54d6 commit 08a61c7
Show file tree
Hide file tree
Showing 32 changed files with 154 additions and 60 deletions.
Binary file modified .vs/Tinytools/v14/.suo
Binary file not shown.
Binary file added Tinytools.sdf
Binary file not shown.
2 changes: 0 additions & 2 deletions Tinytools/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -276,14 +276,12 @@ private void wireshark_Click(object sender, EventArgs e)
}
wireshark_box.Text = wireshark_box.Text.Replace('\\', '/');
}

private void capture_Click(object sender, EventArgs e)
{
if (usbpcap_box.Text == ""|| wireshark_box.Text == ""||cap_box.Text=="") return;
Main_box.Text = @"USBPcapCMD.exe -d \\.\" +
cap_box.Text +@" -o - | "+ '"' + wireshark_box.Text+'"'+ @" -k -i -";
}

private void usbpcap_cd_Click(object sender, EventArgs e)
{
if (usbpcap_box.Text == "") return;
Expand Down
Binary file added Tinytools/bin/Debug/Tinytools.exe
Binary file not shown.
3 changes: 3 additions & 0 deletions Tinytools/bin/Debug/Tinytools.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
Binary file added Tinytools/bin/Debug/Tinytools.pdb
Binary file not shown.
26 changes: 25 additions & 1 deletion Tinytools/bin/Debug/tinytools.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,28 @@ pid,3412
pid2,5678
vid,dddd
eepromsize,511
字符必须编码后才能被计算机处理使用的缺省编码方式就是计算机的内码。早期的计算机使用7位的编码,为了处理汉字,程序员设计了用于简体中文的和用于繁体中文的ASCIIGB2312big5.
我知道这世界不是绝对的好
我也知道它有离别 有衰老
然而我只有一次的机会
上主啊 请俯听我的祈祷
请给我一个长长的夏季
给我一段无瑕的回忆
给我一颗温柔的心
给我一份洁白的恋情
我只能来这世上一次 所以
请再给我一个美丽的名字
好让他能在夜里低唤我
在奔驰的岁月里
永远记得我们曾经相爱的事
我知道这世界不是绝对的好
我也知道它有离别 有衰老
然而我只有一次的机会
上主啊 请俯听我的祈祷
请给我一个长长的夏季
给我一给我一颗温柔的心
给我一份洁白的恋情
我只能来这世上一次 所以
请再给我一个美丽的名字
好让他能在夜里低唤我
在奔驰的岁月里
永远记得我们曾经相爱的事
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
16 changes: 16 additions & 0 deletions Tinytools/bin/digisparkdriver/Install Drivers.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@echo off
echo Detecting OS processor type
echo Launching Driver Installer
sleep 1

if "%PROCESSOR_ARCHITECTURE%"=="AMD64" goto 64BIT

START "" "%~dp0\Install 32bit Drivers.exe"
GOTO END

:64BIT
START "" "%~dp0\Install 64bit Drivers.exe"


:END
sleep 1
Binary file added Tinytools/bin/digisparkdriver/amd64/libusb0.dll
Binary file not shown.
Binary file added Tinytools/bin/digisparkdriver/amd64/libusb0.sys
Binary file not shown.
Binary file added Tinytools/bin/digisparkdriver/amd64/libusbK.dll
Binary file not shown.
Binary file added Tinytools/bin/digisparkdriver/amd64/lowcdc.sys
Binary file not shown.
Binary file added Tinytools/bin/digisparkdriver/x86/libusb0.sys
Binary file not shown.
Binary file added Tinytools/bin/digisparkdriver/x86/libusb0_x86.dll
Binary file not shown.
Binary file added Tinytools/bin/digisparkdriver/x86/libusbK_x86.dll
Binary file not shown.
Binary file added Tinytools/bin/digisparkdriver/x86/lowcdc.sys
Binary file not shown.
18 changes: 12 additions & 6 deletions Tinytools/libusbtool.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 08a61c7

Please sign in to comment.