Matt Willis answered it! Use fwrite instead of fprint. Done! End of drill. Bob, WB4APR
-----Original Message----- From: Matthew Willis [mailto:[email protected]] Sent: Thursday, August 02, 2012 10:28 AM To: [email protected] Subject: Re: [aprssig] MATLAB serial comms? I assume you've tried fwrite as documented here? http://www.mathworks.com/help/techdoc/matlab_external/f62852.html On Thu, Aug 2, 2012 at 10:18 AM, Bob Bruninga <[email protected]> wrote: > Does anyone know how to send SERIAL Characters from MATLAB? > > The catch is, we are trying to send BYTES above 127 (Extended ASCII) and the > usual %c formatter while using CHAR(133) for example, does not actually send > the byte "133". > > Relevance is: Students working on an APRS satellite project. > I can do it EASILY from all kinds of other devices, but the professor > insists on using MATLAB syntax. > > Thanks > > Bob, WB4APR > > > _______________________________________________ > aprssig mailing list > [email protected] > https://www.tapr.org/cgi-bin/mailman/listinfo/aprssig _______________________________________________ Sent via [email protected]. Opinions expressed are those of the author. Not an AMSAT-NA member? Join now to support the amateur satellite program! Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb
