Please read JSG: http://www.justanotherlanguage.org/content/jsg
"Let the user set the pin directions, except if the library is supposed to modify direction during execution." Matt. On May 24, 3:08 pm, [email protected] wrote: > Status: Assigned > Owner: ---- > Labels: Type-Defect Priority-Medium > > New issue 158 by [email protected]: Serial hardware init() should include > pin direction settingshttp://code.google.com/p/jallib/issues/detail?id=158 > > What steps will reproduce the problem? > 1. Use exising "serial_hardware.jal" file with 16F88. > 2. Serial comm won't work if pin directions aren't set. > > Please use labels and text to provide additional information. > Need to include this in the init() function: > pin_TX_direction = output > pin_RX_direction = input -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
