在解码ascii文件时需要帮助

在解码ascii文件时需要帮助

本文介绍了在解码ascii文件时需要帮助.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我实际上是Windows api编程的新手.我正在尝试使用window api函数从gps设备解码ansci数据.我能够使用readfile()打开并读取串行端口.但是,当我尝试从串行端口解码数据时.我发现数据存储在字符串而不是数组中.我有什么功能可以用来将字符串数据隐藏到窗口api中的数组中?

Hi
I m actually new to windows api programming. i m trying to decode an ansci data from a gps device using window api function. i was able to open and read the serial port using readfile(). but when i try to decode the data from the serial port. i found out that the data was store in a string rather than array. is there any function i could use to covert the string data into array in window api?

thanks for the help in advance.

推荐答案


这篇关于在解码ascii文件时需要帮助.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-24 20:37