GPS 接收程序 DEMO。 HsGpsDll Library 1.1 A GPS Control/Component for C/C++ HsGpsDll is a Windows Dynamic Link Library which provides access to any NMEA-183 compliant GPS receiver via a serial communications port. HsGpsDll is designed for use from Visual C, Visual Basic or other languages, capable of calling DLL functions. HsGpsDll allows a user application to read from a GPS device the current GPS position fix, velocity over ground (speed in kilometers per hour), plus number of of sattelites in view, current altitude (against mean sea level) and UTC date and time
標簽: HsGpsDll GPS Component Control
上傳時間: 2014-07-17
上傳用戶:thuyenvinh
PC與單片機雙向通訊智能溫控程序 #include <AT89X51.H> #include <intrins.h> #define Key_UP P1_0 #define Key_DOWN P1_1 #define Key_SET P1_2 #define RelayOutPort P2_0 #define LEDPort P0 #define DELPort P2_1 #define LEDTwoC P3_6 #define LEDThreeC P3_7 #define TMPort P2_7 #define INBUF_LEN 5 //數(shù)據(jù)長度 unsigned char inbuf1[INBUF_LEN]={ 0 , 0 , 0 , 0 , 0 } //發(fā)送緩沖區(qū) unsigned char inbuf2[50] //接收緩沖區(qū) unsigned char count3 void init_serialcomm( void ) { SCON = 0x50 //SCON: serail mode 1, 8-bit UART, enable ucvr TMOD |= 0x20 //TMOD: timer 1, mode 2, 8-bit reload PCON |= 0x80 //SMOD=1 TH1 = 0xFA //Baud:4800 fosc=11.0592MHz IE |= 0x90 //Enable Serial Interrupt TR1 = 1 // timer 1 run } //向串口發(fā)送一個字符 void send_char_com( unsigned char ch) { SBUF=ch while (TI== 0 ) TI= 0
標簽: include intrins define Key_UP
上傳時間: 2014-11-29
上傳用戶:風之驕子
ECE345, Visual-to-Audio Electronic Travel Aid Code for TM320C54x (v2a.asm) download This project involves the design and implementation of a audio synthesis device that converts moving images into audio signals. The system is built on a TM320C54x DSP with interface to an IMAQ camera module via the serial port on a PC. Brief description: A LabVIEW VI acquires an image from the IMAQ camera module. It quantizes the image into a 5x5, 3-bit image, and sends the data to the TM320C54x DSP via a serial port. The TM320C54x DSP constructs a 64-tap FIR by combining a series of 64-tap head related transfer functions (HRTF) according to the incoming data, and then filters an input audio signal with this FIR filter, in effect creating a correspondence between the filtered signal and the original image.
標簽: Visual-to-Audio Electronic download project
上傳時間: 2017-02-01
上傳用戶:笨小孩
Bootloading the TMS320VC5506/C5507/C5509 A digital signal processor (DSP) through the on-chip universal serial bus (USB) peripheral is part of the standard bootloader provided on the device. This document describes the procedures for physically connecting the DSP to a USB host, invoking the USB bootloader on the DSP, generating the correct boot table file, and downloading the boot table from the host to the DSP via USB.
標簽: Bootloading the processor digital
上傳時間: 2017-02-11
上傳用戶:腳趾頭
This software package contains the USB framework core developped by ATMEL, as well as a CDC driver for an USB to serial converter. The following files are included : - core/ -> Source code for the framework core -> Makefile for the core - cdc/ -> Source code for the CDC driver -> Makefile for the CDC driver - lib/ -> Lib v3 files for every supported chips - bin/ -> Compiled binaries for every supported chips - ./ -> Makefile for the framework -> Startup file
標簽: developped framework software contains
上傳時間: 2017-02-14
上傳用戶:qq1604324866
1、 求當前會話的SID,SERIAL# SELECT Sid, Serial# FROM V$session WHERE Audsid = Sys_Context( USERENV , SESSIONID )
標簽: SID
上傳時間: 2017-02-25
上傳用戶:liuchee
------------------------ 單片機與PC通信實例 功能:從PC機串口端接收13個字節(jié)的數(shù)據(jù),然后將接收到的數(shù)據(jù)加上 "Serial Port OK!"的后綴后,發(fā)送給PC作為應答
上傳時間: 2013-12-08
上傳用戶:qilin
Builder uses to integrate a larger system module. Each component consists of a structured set of files within a directory. The files in a component directory serve the following The RS232 UART Core implements a method for communication of serial data. The core provides a simple register-mapped Avalon廬 interface. Master peripherals [such as a Nios廬 II processor] communicate with the core by reading and writing control and data registers.
標簽: structured integrate component consists
上傳時間: 2014-01-15
上傳用戶:lnnn30
SecureCRT 是高度可定制的終端仿真器,適用于 Internet 和 Intranet,支持 IPv6 標準。對于連接到運行 Windows、UNIX 和 VMS 的 遠程系統(tǒng)來說,SecureCRT 是理想的選擇。 主要特性: . 廣泛的終端仿真: VT100,VT102,VT220,ANSI,SCO ANSI,Xterm,Wyse 50/60, 和 Linux console 仿真(帶有 ANSI 顏色)。 . 優(yōu)秀的會話管理特性: 新的帶標簽的用戶界面和 Activator 托盤工具,最小化桌面的雜亂。 會話設(shè)置可以保存在命名的會話中。 . 協(xié)議支持: 支持 SSH1,SSH2,Telnet,RLogin,Serial,和 TAPI 協(xié)議。 . Secure Shell: Secure Shell 加密登錄和會話數(shù)據(jù),包括以下支持: - 端口轉(zhuǎn)發(fā)使 TCP/IP 數(shù)據(jù)更安全 - 口令,公鑰,鍵盤交互和 Kerberos 驗證 - AES,Twofish,Blowfish,3DES,RC4,和 DES 加密 - X11 轉(zhuǎn)發(fā) . 文件傳輸工具: VCP 和 VSFTP 命令行公用程序讓使用 SFTP 的文件傳輸更安全。 . 腳本支持: 支持 VBScript 和 JScript 腳本語言。
上傳時間: 2013-12-19
上傳用戶:kikye
The W78E58B is an 8-bit microcontroller which has an in-system programmable Flash EPROM for firmware updating. The instruction set of the W78E58B is fully compatible with the standard 8052. The W78E58B contains a 32K bytes of main ROM and a 4K bytes of auxiliary ROM which allows the contents of the 32KB main ROM to be updated by the loader program located at the 4KB auxiliary ROM 512 bytes of on-chip RAM four 8-bit bi-directional and bit-addressable I/O ports an additional 4- bit port P4 three 16-bit timer/counters a serial port. These peripherals are supported by a eight sources two-level interrupt capability. To facilitate programming and verification, the ROM inside the W78E58B allows the program memory to be programmed and read electronically. Once the code is confirmed, the user can protect the code for security
標簽: microcontroller programmable in-system W78E58B
上傳時間: 2017-04-27
上傳用戶:yiwen213
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1