-
Here's the end of trying to build `WiFiScan` example using the `1.6.4-673-g8cd3697` board definition:
```
/Users/boneskull/Library/Arduino15/packages/esp8266/tools/esptool/0.4.4/esptool -eo
/var/fol…
-
```
const device = new UsbSerial({
baud: 115200
})
device.on('data', (data) => {
console.log(data)
})
device.on('ready', () => {
console.log('atz')
device.send(Buffer.from('>ATZ\n'))
…
-
Problem detail : http://www.raspberrypi.org/phpBB3/viewtopic.php?f=44&t=8010
I, like a few others, have been having various problems using USB/Serial adapters with RPi. One of them is the FTDI adapte…
-
### Describe the bug
When downloading OpenWRT, with the m2 keyB module connected, the modem module is not detected over the usb interface bus, the firmware simply does not see it, I tried to downlo…
-
Hi,
I have a FT232 USB-Serial (UART) IC plugged in my cubieboard2 and using cubian with kernel 3.4.79-sun7i that refuses to work. It is listed and seen by the kernel but it's not receiving anything o…
-
Hello there, thanks a lot for making this piece of software. Looks impressive!
I am trying to figure out what a `Epson EMP TW-700` is complaining about and won't project images. As I have tried th…
foice updated
4 years ago
-
Hi guys,
I am running on ubuntumate on raspberry pi .
I tried the following command to change the product name of my ftdi:-
`/pyftdi/pyftdi/bin$ ftconf.py ftdi://ftdi:232:A50285BI/1 -p NANOU1 …
-
What kind of issue is this?
- [X] **PlatformIO Core**.
If you’ve found a bug, please provide an information below.
### Configuration
**Operating system**: macOS 10.14.4
**PlatformIO…
-
Hello. I connect usb card-reader to ESP32-S2
D+ --> GPIO 20
D- --> GPIO 19
VCC --> v5
GND --> GND
how I can send HEX data for it and read byte answer? Thanks!
-
我们项目用的是串口通讯,但是高版本的安卓系统因权限问题不能很好的支持,准备使用这个开源项目,但是连接设备测试发送的时候,发现可以发送,但是无返回结果。转换用的CH340,求大神指点。