Hi everyone,
I'm currently stuck in a problem. I'm using a computer-controlled power source in order to supply current to some coils. The issue starts with the computer. For Windows there are drivers that solve it, but none for Mac nor Ubuntu/Linux.
The source connects via USB port and is supposed to communicate through a virtual RS-232 serial port.
I've tried solving this by treating it like a serial device, unfortunately the Mac doesn't see it like that.
I've also tried libusb in C and pyUSB, and although I can get data from it, it's incoherent and unreadable, just what seems to be random numbers that change in every execution of the program.
I've been searching for ways to create a virtual serial port from it, but I haven't found anything (or the little I did wasn't available) similar to this situation.
What can I do to solve this?
Creating a virtual port seems like the solution, but I can't find a way to do it.
I'm currently stuck in a problem. I'm using a computer-controlled power source in order to supply current to some coils. The issue starts with the computer. For Windows there are drivers that solve it, but none for Mac nor Ubuntu/Linux.
The source connects via USB port and is supposed to communicate through a virtual RS-232 serial port.
I've tried solving this by treating it like a serial device, unfortunately the Mac doesn't see it like that.
I've also tried libusb in C and pyUSB, and although I can get data from it, it's incoherent and unreadable, just what seems to be random numbers that change in every execution of the program.
I've been searching for ways to create a virtual serial port from it, but I haven't found anything (or the little I did wasn't available) similar to this situation.
What can I do to solve this?
Creating a virtual port seems like the solution, but I can't find a way to do it.