Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years ago.
Mac connects with Multitech mDot has a problem
This is my code:
- include "mbed.h" int main() { printf("hello world!!\n"); return 0; }
When I connect with Multitech mDot with 'screen /dev/tty.usbmodem1413', it only show 'hel' or 'hello'. How to solve this problem?