将内容定向到 /dev/hpib

发布于 2024-10-06 14:52:12 字数 165 浏览 4 评论 0原文

我的 /dev/hpib 下有一个 hpib 设备连接到我的系统。

  1. 是否可以重定向发送到该设备的 GPIB 命令?
  2. 是否有任何方法可以让我嗅出传递到设备 /dev/hpib 并从设备接收的低级 GPIB 命令和响应?

提前致谢。 拉克什梅沙

I have a hpib device connected to my system under /dev/hpib.

  1. Is it possible to redirect the GPIB commands which are sent to this device?
  2. Are there any methods where I can sniff out what low level GPIB commands and response that are passed to the device /dev/hpib and recevied from the device?

Thanks in advance.
lakshmesha

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧伤还要旧人安 2024-10-13 14:52:12

你好:)我现在没有任何 hpux 盒子或任何 hpib 设备,但我发现了这个:
http:// /www.aps.anl.gov/asd/people/mrk/epics/modules/bus/gpib/gpibCoreOsi/R1-0alpha1/gpib.html

检查这里,如果你可以构建这个套件,它有

drvGpibLogData(int onOff,int link,int addr)
onOff - (0,1) means turn logging (off,on)
link - link
addr - gpib addr. Addresses>=100 signifies extended addrsssing. 
For example 901 means  primary address 9, secondary address 1.

最坏的情况你可以从该代码中删除 ioctl :)

DsP

Hello :) i don't have any hpux box right now or any hpib device but i found this:
http://www.aps.anl.gov/asd/people/mrk/epics/modules/bus/gpib/gpibCoreOsi/R1-0alpha1/gpib.html

check here, if you can build this suite it has a

drvGpibLogData(int onOff,int link,int addr)
onOff - (0,1) means turn logging (off,on)
link - link
addr - gpib addr. Addresses>=100 signifies extended addrsssing. 
For example 901 means  primary address 9, secondary address 1.

worst case you could strip the ioctls off that code :)

DsP

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文