
Search found 6 matches
- Tue Mar 03, 2020 11:49 am
- Forum: General Discussion and Questions
- Topic: Not able to read the serial port using serial module of PC's python
- Replies: 4
- Views: 2860
Re: Not able to read the serial port using serial module of PC's python
Thanks a lot Jimmo!
Virtual UART provided by USB is working fine.

- Tue Mar 03, 2020 8:40 am
- Forum: General Discussion and Questions
- Topic: Not able to read the serial port using serial module of PC's python
- Replies: 4
- Views: 2860
Re: Not able to read the serial port using serial module of PC's python
Thank you for your reply! No, I don't have any additional cable. COM4 is the USB/UART that the REPL runs on.
Yes the board that I'm using is pyboard v1.1.
Yes the board that I'm using is pyboard v1.1.
- Mon Mar 02, 2020 4:22 pm
- Forum: General Discussion and Questions
- Topic: Not able to read the serial port using serial module of PC's python
- Replies: 4
- Views: 2860
Not able to read the serial port using serial module of PC's python
Hello all, I'm new to micropython and don't really understand a lot of things about micropython. I'm trying to write a string using UART(1,9600).write('abc') on serial port COM4 and read it at the PC's python using serial.read(). But when I try to read the data and print it, nothing happens, not eve...
- Fri Feb 28, 2020 9:42 am
- Forum: MicroPython pyboard
- Topic: Can not import upip
- Replies: 4
- Views: 3472
Re: Can not import upip
First of all, sorry for my naive post! Thanks Roberthh! I will use machine.UART.
- Fri Feb 28, 2020 9:33 am
- Forum: MicroPython pyboard
- Topic: Can not import upip
- Replies: 4
- Views: 3472
Re: Can not import upip
Thanks a lot Jimmo! I'm trying to install pyserial. I tried to copy the files from git and put in the flash but the the flash drive doesn't have much space. I think I have to put an external sd card to extend memory. I will do what you have suggested and after trying this, I will get back to you. Th...
- Fri Feb 28, 2020 8:48 am
- Forum: MicroPython pyboard
- Topic: Can not import upip
- Replies: 4
- Views: 3472
Can not import upip
Hello micropython experts,
I'm completely new to micropython and recently I started to use pyboard 1.1. When I try to import upip in REPL so i can install new micropython packages I get no module upip error. It would be very kind of you guys if you can help me this.
Thanks a lot in advance!
I'm completely new to micropython and recently I started to use pyboard 1.1. When I try to import upip in REPL so i can install new micropython packages I get no module upip error. It would be very kind of you guys if you can help me this.
Thanks a lot in advance!