Timed Serial Output

Comments & issues
Supporting Windows 8 or newer
Post Reply
TagLoomis
Fresh meat
Posts: 1
Joined: Thu Nov 30, 2017 7:40 pm
Contact:

Timed Serial Output

Post by TagLoomis »

I own several PI 1011_0's. (2/2/2)

I have used them exclusively as digital input and receiving callbacks on state changes.

However I now need to send "serial" data (ie: morse code cw) output to a digital output pin.

Is there an API method that I can provide a series of bits to be sent out at a timed rate?

Or am i 100% responsible for the timing of digital output?
User avatar
mparadis
Site Admin
Posts: 671
Joined: Fri Oct 28, 2011 12:17 pm
Contact:

Re: Timed Serial Output

Post by mparadis »

The digital outputs on Phidgets aren't really designed for serial communication purposes, so if you want to use them in this way you'll be responsible for the timing.
Post Reply