8 years ago.

Mac connects with Multitech mDot has a problem

This is my code:

  1. 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?

Be the first to answer this question.