Monday, February 15, 2010

Serial Record Producer Midi Best Way To Record Input From Serial Port?

Best way to record input from serial port? - serial record producer midi

I have a program (in the computer, a flow of securities in each case a 4-digit number) the serial interface, the individual values by a \\ \\ \\ \\ \\ \\ \\ \\ u0026lt, CR> separately. There are about 30 values per second coming in need to a single value for each minute to register and stored in a file (the data) do not change much over time. All ideas on this program or script could work for me?

1 comments:

Chris C said...

The inportb () function would be the best option if you are on a PC.

The only other solution would be to connect (even on a PC) with fopen () of C, so:
CFile * fptr = fopen ( "SER1", "r + b");

Post a Comment