Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. AdrianRB

    gfortran, read characters on USB port

    usbport = "/dev/ttyACM0" INQUIRE(FILE=usbport, EXIST=flag) IF(.NOT. flag) usbport= ("/dev/ttyACM1") OPEN(UNIT=11, FILE= trim(usbport), STATUS="OLD", ACCESS="STREAM",form='unformatted',iostat=istat) FLUSH(11) call selcommand(cmdstr) call crcheck(cmdstr,crc) allocate(...

Part and Inventory Search

Back
Top