Home Forums Software Python Interface

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • JBertrand
    Participant
    Post count: 1

    Hi Everyone,

    Upfront I will admit that I am new to Python and have no Arduino background. I’m looking to use the osPID as part of a much larger project. The interface I am making will be written in Python. I’m curious if anyone has tried to interface with the osPID using Python? Was it straightforward or painful?

    Regards,
    J

    Brett
    Keymaster
    Post count: 101

    I’m curious if anyone has tried to interface with the osPID using Python? Was it straightforward or painful?

    If it’s painful, it’s my fault. it should be fairly stright-forward however. PC->ospid communication is binary, with a fairly simple instruction set. ospid->PC com is in the form of strings. the code is fairly-well compartmentalized, and shouldn’t be too tough, unless you’re trying to send setpoint profiles. that will be a little more involved.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.