What is the value of size to be provided for the getc method in xmodem protocol?

爷,独闯天下 提交于 2019-12-04 20:09:30
manz

Here is the solution for 1st question, getc and putc are used by XMODEM to read size number of bytes from port and write data to port respectively. They need to be defined by user and supplied to XMODEM object. XMODEM internally calls getc with size.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!