Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I was hoping to have a program that would accept piped or console input, and then send it over an RF link. I would then be able to send binary files and upgrades over the RF link.
Hmm, I'm not too sure about that then. I think if possibly you get the input with getc () (I'm assuming you're using C / C++ here - please tell me if I'm wrong), then you might be able to it. I'm not really sure though, as the null character is the 'not-a-character' character.
Good luck, anyway!
OK, the only other thing I can think of is to use fread (), which'll read raw binary data, without trying to interpret it as a character. I'm not sure how easy it would be to use that data then though.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.