-
• #2
It looks good that you're connected and you see those devices in the Web IDE.
When it says 'connected' in the Espruino Web IDE, if you click on the black area and just type some text, does anything appear?
I think you need to cancel the dialog box asking about network interfaces. I don't know what happens once it is configured to be used as a modem, but you need to make sure that MacOS isn't trying to use the device (it may be that MacOS is already using it, and that's why the Web IDE can't sent/receive characters).
-
• #3
No, typing does not print anything in the IDE console. :(
I clicked the Cancel button, but it does not change anything.
I also think that there is some kind of conflict (perheaps becaus of old devices that I used some years ago ?), but I don't see where I can disable/uninstall something which would be related to USB/COM ...
-
• #4
Is there anything to do with Modems and dial-up networking? That's likely to be the issue.
Can you try the board on another computer just to rule that out?
-
• #5
I just tried connecting it to my (rooted) Transformer Prime (Android tablet), used Optware's screen, and the Espruino is working properly ! :) So it confirms my problem is on the Mac side, though I still don't understand why and this is annoying ... :( (would be much more practical for developing, upgrading firmware, and so on).
-
• #6
Great! Glad the board is ok...
I'll see if I can find anything on it though. Other people must have had this problem (specifically newer Arduinos and the Leaf Labs Maple - as they appear as usbmodem devices too).
Hello,
I was really happy to receive my Espruino today :) , so I quickly wanted to try playing with it. However, despite of my efforts, it seems it is not working ... so frustrating ! Here is the detail of what I tried.
ls /dev/tty.*
/dev/tty.usbmodem5d11
http://www.espruino.com/binaries/espruino_1v48_espruino_1r3.bin
(is it the correct one ? no 1r3b ?)
So I really suppose something needs to be setup first ? (probably around STM32 Virtual COM Port, but how to do it ?).