Does any one use the read_all or write_all functions of hal_parport?
from my copy of hal_parport.c
"""
// TJP i dont see parport.read_all or write_all used in ANY supplied
parport hal cfgs
// TJP it seems parport.read_all and write_all were intended for a
single pport
// TJP and parport.n.read_port. parport.b.write_port were for multiple
// TJP confirmed, read_all and write_all not used in supplied cfgs
// TJP i think they can be removed without harm
static void read_all(void *arg, long period);
static void write_all(void *arg, long period);
"""
tomp
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers