Memory layout of a data structure: Difference between revisions

m
(Added a solution for MATLAB)
Line 365:
 
rs232_9pin = "_0 CD RD TD DTR SG DSR RTS CTS RI".split()
rs232_25pin = ( "_0 PG TD RD RTS CTS DSR SG CD pos neg" +
"_11 SCD SCS STD TC SRD RC" +
"_18 SRS DTR SQD RI DRS XTC" ).split()
 
Anonymous user