table of contents
other versions
- trixie-backports 4.3.7-5~bpo13+1
- testing 4.3.7-5
- unstable 4.3.7-5
| IBWRTF(3) | Traditional API Functions | IBWRTF(3) |
NAME¶
ibwrtf - write data bytes from file (board or device)
SYNOPSIS¶
#include <gpib/ib.h>
int ibwrtf(int ud, const char *file_path);
DESCRIPTION¶
ibwrtf() is similar to ibwrt() except that the data to be written is taken from a file instead of an array in memory. file_path specifies the file, which is written byte for byte onto the bus.
RETURN VALUE¶
The value of ibsta is returned.
COPYRIGHT¶
Copyright © 2003-2006, 2008 Frank Mori Hess
| 11/28/2025 | linux-gpib 4.3.7 |