Forum: C Apr 24th, 2008 |
| Replies: 4 Views: 1,048 Hello again.
Thanks a lot for these codes. They have helped a lot.
I have typed 2 codes, one in order to send a file via controller area Network and a code in order to receive the file.
... |
Forum: C Apr 23rd, 2008 |
| Replies: 4 Views: 1,048 Hello
I have little problem with a code.
I want to send information about a size on a file and uses “size_t filesize”.
I will send this information thru a network called ”controller area... |
Forum: C Apr 21st, 2008 |
| Replies: 4 Views: 991 perfect. I think I can use that in my program. |
Forum: C Apr 17th, 2008 |
| Replies: 4 Views: 991 Exact. Thanks for the advice.The file I will read in is sound.wav or sound.mp3. Can I read in that file to char data [255]. Or must I do it to binary first
//
Anders |
Forum: C Apr 16th, 2008 |
| Replies: 4 Views: 991 Hello. I need help with a thing.
I have a file (sound file) I will send via controller area network and therefore can only send data about 8 byte or 8 vector as data [8]. This is sent away with the... |