該文件是stm32虛擬串口源碼,適用于stm32設(shè)備,能夠與pc通過usb通信。
上傳時(shí)間: 2022-04-27
上傳用戶:fliang
usb HID通信案例,通過USB口和上位機(jī)互傳數(shù)據(jù)。
上傳時(shí)間: 2013-05-24
上傳用戶:refent
STM32F107 USB虛擬串口,不用考慮USB的通信協(xié)議,直接往API函數(shù)賦值就能發(fā)送數(shù)據(jù)
上傳時(shí)間: 2013-05-27
上傳用戶:christopher
為了實(shí)現(xiàn)直流電源的監(jiān)控,提出了一種具有USB HID數(shù)據(jù)通信功能的直流電源設(shè)計(jì)方案。詳細(xì)論述了基于STM32 USB固件庫(USB-FS Device library V3.3)的自定義HID類下位機(jī)的實(shí)現(xiàn),介紹了如何在VC2010集成開發(fā)環(huán)境中編寫多線程上位機(jī)程序并運(yùn)用PlotLab(一個(gè)快速信號繪圖和可視化的VCL組件)顯示實(shí)時(shí)波形,最后再以實(shí)驗(yàn)開發(fā)板和PC實(shí)現(xiàn)了HID數(shù)據(jù)通信,證明了此監(jiān)控設(shè)計(jì)方案的可行性。
標(biāo)簽: USB HID 數(shù)據(jù)通信 直流電源
上傳時(shí)間: 2013-10-17
上傳用戶:13162218709
stm32 usb驅(qū)動(dòng)
上傳時(shí)間: 2013-11-09
上傳用戶:asdfasdfd
數(shù)字運(yùn)算,判斷一個(gè)數(shù)是否接近素?cái)?shù) A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上傳時(shí)間: 2015-05-21
上傳用戶:daguda
The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition
標(biāo)簽: government streamline important alphabet
上傳時(shí)間: 2015-06-09
上傳用戶:weixiao99
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
標(biāo)簽: converts Toolbox complex logical
上傳時(shí)間: 2016-02-12
上傳用戶:a673761058
STM32 USB模擬串口通信調(diào)試成功,并成功運(yùn)行。。。。。。。。。。
上傳時(shí)間: 2016-06-17
上傳用戶:liguo
usb液晶源碼,STM32F103芯片開發(fā)
上傳時(shí)間: 2017-01-10
上傳用戶:czjdxs
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1