Catalina host serial support
michael1991j
Posts: 2
Hello
I am currently working on a project with a propeller board and I was wondering if anybody knew if catalina the c compiler supports host USB serial. I am trying to interface a IMU over serial. It appears to me that I can not find any example code. Could somebody please point me in the right direction or possibly provide an example.
thank you
I am currently working on a project with a propeller board and I was wondering if anybody knew if catalina the c compiler supports host USB serial. I am trying to interface a IMU over serial. It appears to me that I can not find any example code. Could somebody please point me in the right direction or possibly provide an example.
thank you
Comments
You are referring to "host" USB. The answer is therefore more complex than it seems. It really depends on what interface and protocols are required for the USB host driver. If it is merely a serial interface, then Catalina supports a serial interface to which we often attach a USB device chip (usually the FT232RL) and often called a PropPlug. This connects to the PC using a virtual serial driver in Windows. *nix etc have also been used on the PC.