Hi, I realize this library is fairly dormant now but I have upgraded to the latest libftdi library and it appears that a method make have changed. When I run my go program it fails a particular call:
# github.com/wdevore/hardware/ftdi
../../ftdi/ftdi232h.go:454:29: f.device.WriteLen undefined (type *ftdi.Device has no field or method WriteLen)
Hi, I realize this library is fairly dormant now but I have upgraded to the latest libftdi library and it appears that a method make have changed. When I run my go program it fails a particular call:
Any thoughts on how I could fix this? Thanks.