On Mon, 2012-12-31 19:02:47 +0100, Holm Tiffe <holm at freibergnet.de> wrote:
I've compiled your program and it is still dumping the rtVAX..
a little slow. In the meantime I wrote a small converter that
I used to convert the previous ascii dump out of the VAX Console
to binary.
I haven't optimized it for speed in any way. That is, it's slow...
Do you use the XFER feature of the VAX console?
...haven't looked at this
jet..
No, I don't. The program dumps it byte for byte.
BTW: Why you are fiddeling with the bits in
termios.c_cflag for the Baud
rate when functions like
speed_t cfgetospeed(const struct termios *t);
int cfsetospeed(struct termios *t, speed_t speed);
int cfsetspeed(struct termios *t, speed_t speed);
and friends are existing?
The program is actually quite old, several years, and I probably
didn't know better at that time.
...patched the serial.c a little since I have no CBAUD
or CBAUDEX
definition on my system.
Feel free to send me a patch!
Kind Regards and a happy new Year!
Just a few hours left :)
MfG, JBG
--
Jan-Benedict Glaw jbglaw at lug-owl.de +49-172-7608481
Signature of: If it doesn't work, force it.
the second : If it breaks, it needed replacing anyway.