HPDVM: Difference between revisions
Jump to navigation
Jump to search
m (New page: = About = TBW = Links = TBW = Hardware = TBW = Setup = * connect DVM: ** use DB9-male--DB9-female straigh-through serial cable ** in the HPDVM, set communications to 115200 baud, RT...) |
m (→Setup) |
||
Line 21: | Line 21: | ||
3001:raw:600:/dev/ttyS0:115200 -XONXOFF -RTSCTS LOCAL | 3001:raw:600:/dev/ttyS0:115200 -XONXOFF -RTSCTS LOCAL | ||
#3003:raw:600:usb-4-2.3-1.0:115200 -XONXOFF -RTSCTS LOCAL | #3003:raw:600:usb-4-2.3-1.0:115200 -XONXOFF -RTSCTS LOCAL | ||
</pre> | |||
** in start_daq.sh, add this before start of mhttpd: | |||
<pre> | |||
$HOME/packages/ser2net/ser2net -c $HOME/online/ser2net.conf -p 3000 | |||
</pre> | </pre> |
Revision as of 15:53, 9 October 2013
About
TBW
Links
TBW
Hardware
TBW
Setup
- connect DVM:
- use DB9-male--DB9-female straigh-through serial cable
- in the HPDVM, set communications to 115200 baud, RTS/CTS flow control, 8bit, no parity
- setup set2net per ser2net instructions, use this ser2net.conf file:
### HP DVM 3001:raw:600:/dev/ttyS0:115200 -XONXOFF -RTSCTS LOCAL #3003:raw:600:usb-4-2.3-1.0:115200 -XONXOFF -RTSCTS LOCAL
- in start_daq.sh, add this before start of mhttpd:
$HOME/packages/ser2net/ser2net -c $HOME/online/ser2net.conf -p 3000