Welcome![Sign In][Sign Up]
Location:
Search - rs232 in assembly

Search list

[Other resourcers232

Description: RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any application written with Borland C language compilers. Some features are: 1. Ease of use. No assembly language or library files are used and a simple \"#include\" statement is all that is required to access all of the functions provided. 2. Both input and output are buffered and interrupt driven for efficiency. 3. Serial ports 1 - 4 are supported on PC, AT and PS/2 compatibles.Chained interrupts used on port 3 and 4 are allowed for so as not to interfere with devices such as a mouse or printer. Transmission speeds of 110 to 115200 baud are available. 4. Detection and utilization of hardware buffered UARTs (NS16550AF etc.) found in some machines is automatic. 5. Interrupt driven hardware and XON/XOFF flow control is provided for. 6. All source code is included. RS232.C can be used with all memory models.
Platform: | Size: 29659 | Author: 朱桦 | Hits:

[SCMwiegandtors232

Description: 适用与MCS-51系列单片机的维根26转RS232驱动程序(汇编语言).-apply and MCS-51 microcontroller series of 26-dimensional turn RS232 driver (assembly language).
Platform: | Size: 12288 | Author: 张飞 | Hits:

[ARM-PowerPC-ColdFire-MIPSrs232

Description: RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any application written with Borland C language compilers. Some features are: 1. Ease of use. No assembly language or library files are used and a simple "#include" statement is all that is required to access all of the functions provided. 2. Both input and output are buffered and interrupt driven for efficiency. 3. Serial ports 1 - 4 are supported on PC, AT and PS/2 compatibles.Chained interrupts used on port 3 and 4 are allowed for so as not to interfere with devices such as a mouse or printer. Transmission speeds of 110 to 115200 baud are available. 4. Detection and utilization of hardware buffered UARTs (NS16550AF etc.) found in some machines is automatic. 5. Interrupt driven hardware and XON/XOFF flow control is provided for. 6. All source code is included. RS232.C can be used with all memory models. - RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any application written with Borland C language compilers. Some features are: 1. Ease of use. No assembly language or library files are used and a simple "#include" statement is all that is required to access all of the functions provided. 2. Both input and output are buffered and interrupt driven for efficiency. 3. Serial ports 1- 4 are supported on PC, AT and PS/2 compatibles.Chained interrupts used on port 3 and 4 are allowed for so as not to interfere with devices such as a mouse or printer. Transmission speeds of 110 to 115200 baud are available. 4. Detection and utilization of hardware buffered UARTs (NS16550AF etc.) found in some machines is automatic. 5. Interrupt driven hardware and XON/XOFF flow control is provided for. 6. All source code is included. RS232.C can be used with all memory models.
Platform: | Size: 29696 | Author: 朱桦 | Hits:

[SCMrs232

Description: 这是一个关于串口通信的程序,是用C 语言和汇编编写的,适合大多同学。-This is a serial communication about the procedure is written in C and assembly language for most students.
Platform: | Size: 23552 | Author: zhanggang | Hits:

[SCMeforth

Description: 使用 eForth 寫成的交談式開發 8086 系統.很容易改成其它 CPU 系統.-eForth is a simple Forth model which can be easily ported to a wide range of CPU s. It is best put into ROM and communicate to the outside through a serial RS232 line. Files can be downloaded through the serial line also. This eForth Model includes an implementation on IBM-PC. The assembly source code is designed so that one can use MASM to assemble object code for any target CPU. Only 29 words are coded in machine instructions, which can be easily modified to run on a target CPU other than 8086. The eForth Model and the IBM-PC implementation is in the public domain to encourage interested programmers to port this model to different CPU s.
Platform: | Size: 54272 | Author: flimulus | Hits:

[SCM232-2mcu-com

Description: 在单片机上基于RS232-c接口,利用汇编语言开发了双机通信程序,并调试通过,本压缩包也包含了可以直接下载到单片机的hex文件!-In the microcontroller-based RS232-c interface was developed using assembly language double communication program, and debug through the archive also contains the microcontroller can be directly downloaded to hex file!
Platform: | Size: 3072 | Author: lwqq | Hits:

[SCMLEDmatrix-PWM-RS232-Touch-creen-

Description: 在MCS51上分别利用C和汇编编写了led红绿点阵、利用PWM通道产生方波和正弦波、利用RS232串口通讯和触摸屏配置组件。经验证,能成功运行-In which use the MCS51 C assembly compiled a red green dot matrix, use led PWM channels have sine wave, use of square wave and RS232 serial communication and touch screen configuration components. Experience card, can run success
Platform: | Size: 6379520 | Author: 郭攀 | Hits:

[SCMRS232

Description: 用汇编语言写成,在80c51单片机上进行的RS232串行通信实验,包含完整project,实验流程图,用altium designer绘制的电原理图,完整实验报告。-Written in assembly language, 80C51 microcontroller RS232 serial communication experiment, contains the complete project, experimental flow chart, altium designer to draw the circuit diagram, a complete experiment report.
Platform: | Size: 292864 | Author: fu | Hits:

[assembly languageUSB-to-RS232-1.1

Description: keil编译下实现USB转串口RS232的子程序段汇编语言编写-the keil compiler USB to serial RS232 subroutine segment written in assembly language
Platform: | Size: 3175424 | Author: jerry | Hits:

[ARM-PowerPC-ColdFire-MIPSrs232-demo

Description: Rs232 demo on Pic 16f628 in assembly (master and slave included)
Platform: | Size: 4096 | Author: roy | Hits:

[SCMRS232

Description: 用汇编语言编写的实现RS232的串口通信,程序高质量,注释详细,用keil 软件编写。-Written in assembly language to achieve the RS232 serial communication, program quality, detailed notes, using keil software development.
Platform: | Size: 2048 | Author: 唐乐乐 | Hits:

[CSharpNETSerialComm

Description: 微软C# Serial Port编程实例-Base Class Library for RS232 Communications. Ref: Serial Comm: Use P/Invoke to Develop a .NET Base Class Library for Serial Device Communications John Hind, MSDN Magazine, Oct 2002. V1.3 February 2004. LIBRARY CommBase.dll The library redistributable assembly- .NET managed code. Contains namespace JH.CommBase. Requires Unmanaged Code Permission. CommBase.xml Intellisense comments for the library. Copy this to the same directory as CommBase.dll when referencing the library in the development environment. CommBaseSource\CommBase.cs CommBaseSource\CommPingPong.cs CommbaseSource\AssemblyInfo.cs Source code for CommBase.dll assembly. Build in a Visual Studio C# Class Library project. Set the XML Documentation File option in configuration properties to rebuild the Intellisense comments.
Platform: | Size: 77824 | Author: 李杰文 | Hits:

CodeBus www.codebus.net