rodmcm 0 Posted December 3, 2018 Share Posted December 3, 2018 Just installed software and drivers for CC3200 launchpadxla. Can see USB serial in IOS hardware but not displayed on Energia. Solutions please. Quote Link to post Share on other sites
energia 485 Posted December 5, 2018 Share Posted December 5, 2018 On 12/2/2018 at 10:42 PM, rodmcm said: Can see USB serial in IOS hardware Can you please provide details on what you see? What does ls /dev/tty.* show? Quote Link to post Share on other sites
rodmcm 0 Posted December 6, 2018 Author Share Posted December 6, 2018 Enclosed screen shot of USB devices and tools in Energis Quote Link to post Share on other sites
energia 485 Posted December 7, 2018 Share Posted December 7, 2018 Can you please open a terminal and type the following command? kextstat -b com.FTDI.driver.FTDIUSBSerialDriver If it does not show something like the below then the driver was not loaded: Index Refs Address Size Wired Name (Version) UUID <Linked Against> 533 0 0xffffff7f831ad000 0x7000 0x7000 com.FTDI.driver.FTDIUSBSerialDriver (2.3) ECC3AF36-431D-370D-86F2-5237785E9CF8 <110 52 5 4 3 1> In that case try: find /Library/Extensions/ -name *FTDI* This should show something like the below if the driver was installed. If not then reinstall the driver. If it does show something like the below then read on. /Library/Extensions//FTDIUSBSerialDriver.kext /Library/Extensions//FTDIUSBSerialDriver.kext/Contents/MacOS/FTDIUSBSerialDriver If the driver is indeed installed and exists in /Library/Extensions then try to force load it with the following command and check id the Serial port shows up in Energia. sudo kextload -b com.FTDI.driver.FTDIUSBSerialDriver After this you can check if the driver is loaded with the command I listed above. Quote Link to post Share on other sites
rodmcm 0 Posted December 8, 2018 Author Share Posted December 8, 2018 Hi Did all of the above and driver appears to be installed ( see attached). Not showing on Energia,, Did a reboot of computer and still no joy Rod Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.