Displaying 2 results from an estimated 2 matches for "megatec_ser".
2006 Dec 05
3
megatec over USB - new driver patch
...ternative. I choose to change megatec driver. Since usb drivers go to
separate package I creates a new driver megatec_usb . The changes in
megatec.c were minimal - only replace all serial send/getline with calls
to a communication layer and change two lines in init/cleanup. Now
megatec.c links with megatec_ser.c that impements serial communication
layer to produce old megatec driver, and
megatec.c+megatec_usb.c+libusb.c produce megatec_usb driver.
(this is a good point to actually look at the attached patch)
The architecture of megatec_usb itself is modular. For each device
it knows about there ar...
2007 Feb 01
2
Re: [Nut-upsuser] Ablerex 625L USB version
...ld you please send these as a unified diff
("diff -u"), and send them in attachments, rather than as a
copy-and-paste?
Thanks, -- Peter
Jon Gough wrote:
>
> Peter,
> Here are the files I have worked on. I hope I have diff'd them
> correctly. I have not touched the megatec_ser.c file so I have not
> included it. I have now got knutclient talking to the driver and it
> seems to be displaying what it should. So as a first pass this will
> work with the Upsonic CS1500 UPS that reports itself as Ablerex.
>
> Regards
> Jon
>
> *** megatec.c.or...