Modular Data Acquisition
Distributed Measurement and Control
High-Performance Test
Automated Test System Development Software
Perspectives showcases how NI sees what’s next in the world of test and technology.
You can request repair, RMA, schedule calibration, or get technical support. A valid service agreement may be required.
Provides support for NI data acquisition and signal conditioning devices.
Provides support for Ethernet, GPIB, serial, USB, and other types of instruments.
Provides support for NI GPIB controllers and NI embedded controllers with GPIB ports.
12-06-2005 07:54 PM
串口通讯过程中,传输汉字用的是Uicode形式,比如输“中国”,直接往缓冲区写"中国",不能传输,需要将中国的unicode码以字符串的形式跟在通讯命令后面写到缓冲区里才能识别,那么如何转换呢?请教大虾们:)