![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ATA over Ethernet driver 60 (For Linux 2.6 branch) | iBot | Software Releases - RSS News | 0 | 04-29-2008 01:40 AM |
| Need Book for Linux Basics and Linux device driver. | sundar.lsr | UNIX for Dummies Questions & Answers | 0 | 02-22-2008 10:30 PM |
| ATA over Ethernet driver 59 (For Linux 2.6 branch) | iBot | Software Releases - RSS News | 0 | 02-04-2008 08:10 PM |
| ATA over Ethernet driver 57 (For Linux 2.6 branch) | iBot | Software Releases - RSS News | 0 | 01-11-2008 03:00 PM |
| modem driver for linux | xinubhaskar | UNIX for Advanced & Expert Users | 2 | 12-27-2002 12:35 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I looking for someone who can help me port a Linux Driver to a OpenBSD( OS X ) Unix Driver. The driver is for a Logic Controls LD9000 USB Customer Display. The currently don't have a driver for the mac operating system, but they do however have one for the Linux OS.
So, I am just trying to find out if this is possible. If someone can help port it over so it uses the modem/printer port of the usb side in unix. I need it to operate with a POS system that already supports the customer display. On the POS system i can specify to used either modem or printer port for the serial end. I wouldn't know where to start. Thanks in advance. -ghost |
| Forum Sponsor | ||
|
|
|
|||
|
1. The OS-X kernel is based on NetBSD.
2. Is this for an Intel Mac or a PowerPC Mac? 3. Could you explain what "the modem/printer port of the usb side in unix" means? 4. Do you have the source code for the Linux version, or just the binary driver? 5. Are you allowed to port their Intellectual Property to another OS? Will they own it if you do? 6. Have you ever done any programming? Writing a device driver is not something I'd recommend as a first project. |
|
|||
|
Quote:
This is a intel based computer and the device i'm trying to control is a added peripheral on a Elo Touch Monitor. The POS System i'm using is asking for either a modem or Printer Port for the pole display. Which would be this device i'm trying to connect. I've was on the phone yesterday with the company trying to get the source code but they can't release soft code out to customers. So all i really have is the Linux installers and data that came with it. I told them i would give them the driver when i was done porting it for unix but after hearing a few chinese words from them they still wouldn't give me the soft code. So I'm guessing they don't care. I just need it for my two POS System. After I'm complete i will e-mail it to them, if they want it, they can have it. I have never done any programming but i'm a quick learner and i have xcode i'm my side along with x11. -ghost |
|
|||
|
Quote:
1) disassemble their source code 2) try and "emulate" its functionality either way, once you've written it and handed it over, the best thing that will happen is that they will then profit from your work and will not give you a cent, the worst that will happen is that they will sue you for disassembling their code. If you try to emulate their functionality, then there's bound to be something you miss. Moreso if you've never programmed before. Not to shatter your dreams of being a prospective driver writer, but this is not a project I recommend you pop your cherry on. Look at it this way: you are going to spend the next year of your life learning to program and emulating the functionality of a driver, for which you will have to do extensive testing, debugging and fault fixing. Even then, you may still find serious bugs years later for something critical and on top of that you will have spent a year on something that has no support whatsoever. What would your annual salary be if you were a junior programmer? Would it be cheaper to just buy a cheap PC, install Linux on it, and just run their software? |
|
|||
|
What about the use of X11 in Mac OS X?
|
|
|||
|
Quote:
If the POS system already supports the device then why do you need a driver? What is the POS system? What is it running on? How does it expect to talk to the display? |
|
|||
|
Quote:
The driver is made for a Linux box. The pos software supports the product but as a serial product not USB, which this device is. This software will be running on a Mac OS X box. I was hoping the driver i'm trying to port will communicate with the pos software and the customer display via USB port. Only reason why i'm not purchasing a Pole display via serial is because this elo touch monitor has one built in on the back of it. |
|||
| Google UNIX.COM |