Jinwoo Park
Jinwoo Park
### 2번 setter 함수 오류 수정완료. ```java this.buildings[r][c] = value; // 칸에 데이터를 삽입 ``` 1번 이슈는 아직 미수정. @dongyi-kim 본 관리자의 검토 부탁드립니다.
Me either, on 10.15.7
I think this issue is very important... Is there any news on this?
@sirhcel Hello Thanks for looking on this issue , it would be very helpful. First my macOS environment is ~~14.3~~(15.2) with M4 series. (and chip is PL2303HXA) I am working...
I confirmed following devices were working with modified method in macOS ### PL2303 ``` mfn : Prolific Technology Inc. UsbPortInfo { vid: 1659, pid: 8963, serial_number: None, manufacturer: Some("Prolific Technology...
> Do you have a trusty source for PL2303 ICs or devices? How do you tell genuine and fake devices apart? I tired to connect PL2303 device to Windows, When...
@sirhcel Yes I can test them SiLabs(CP****) and FTDI(FT232). I attempted it recently, but due to the inconsistent presence of a MAX232-ish built-in in RS232-USB product, wiring took longer than...
@sirhcel updated the list https://github.com/serialport/serialport-rs/pull/194#issuecomment-2648066566 Most of devices working with `cfsetispeed / cfsetospeed` but CP2102N got `os error 6`
@sirhcel > Could you give the Prolific driver from the [Mac App Store](https://apps.apple.com/us/app/pl2303-serial/id1624835354) a try? My first shot with it in https://github.com/serialport/serialport-rs/pull/194#issuecomment-2646613755 was not the worst I've made. Tried with...