Questions tagged [minicom]

34 questions
0
votes
1 answer

Send picocom commands via a bash script

I want to update the firmware of my device via a script using picocom commands to send the file (ymodem protocol). When I start picocom manually, with the relevant parameters (as below), it works. E.g. I can send the command via the terminal to…
Archie
  • 153
  • 9
0
votes
1 answer

USB_OTG_FS for stm device not working on linux

I am using a adafruit STM32F405 feather, and have written a program for it in the stm32cubeide. I have enabled USB_OTG_FS and also selected VCP under USB_DEVICE under middleware. I sent a simple message using CDC_Transmit_FS() within my main.c file.…
Renegade_Coder
  • 429
  • 1
  • 4
  • 5
0
votes
0 answers

MINICOM TTY communication and HEX conversion

I'm trying to send information through minicom to a device through TTY. The interesting thing is that when I enter let's say "a" I see "4f", which in ASCII should be "61" hex, or "97" decimal. Other examples are: b = 27 c = ce 1 = 67 2 = 33 3 =…
1 2
3