we use Ericsson 's GM29 modem on linux, and communicate it through minicom utility.


the configuration is

1 change serial port config on minicom.
     serial device : /dev/ttyUSB0      --note:cause we don't have any serial port on computer,we use USB to Serial device for connection device.
      BPS/par/Bits:   115200  8N1
     hardware control: NO

others use default.
then enter minicom. you'll receive welcome note:)

2 we found some problems with unsolicited and unreadable words on screen irregularly.
   after google from internet, I found that maybe the USB2Serial device have interference(for to wireline of the device is too long) cause the problem. change another one fix the problem.

相关文章:

  • 2021-08-17
  • 2021-11-08
  • 2022-12-23
  • 2022-12-23
  • 2021-11-04
  • 2021-06-07
猜你喜欢
  • 2021-07-22
  • 2022-12-23
  • 2022-12-23
  • 2021-06-14
  • 2021-12-21
  • 2022-01-31
相关资源
相似解决方案