Skip to main content
Graduate II
May 8, 2020
Question

How would you talk to USB CDC serial port from IOS?

  • May 8, 2020
  • 1 reply
  • 3566 views

I've got an STM32F7 device set up as a CDC virtual com port, and I have Windows, MacOS, and Linux talking to it. The device side works nicely, I'm wondering about the iPad side.

I was wondering if there is some sort of framework within IOS/Xcode that would make the VCP available. We've tried a few avenues, and IOS does speak USB CDC but things like ethernet not serial.

Has anybody got something like this working?

Thanks,

Andrei from The Great White North.

    This topic has been closed for replies.

    1 reply

    Visitor II
    May 25, 2020

    Hello Andrei

    You're right, as of today iOS does not let you talk directly through USB Serial via its lightning connector

    Maybe there is a workaround. You can get inspired by :

    If you find a solution to do communication between STM32 and an iOS app, i am also interested :)

    Best regards,

    Romain