i am rewriting a program on the fez spider 1 from netmf 4.2 to 4.3
i have a usbserial client module 1.3 legacy
the new class is this.usbSerial = new GTM.GHIElectronics.USBSerial(8); but it hasnt an open function ? the old one had
i have a usbhost module which i used to make a serial port.
i used USBH_SerialUSB in net mf4.2 gadgeteer
now it is Gadgeteer.Modules.GHIElectronics.USBHost, how to implement serial on this.
FYI USBH_SerialUSB is not Gadgeteer.Modules.GHIElectronics.USBHost… the latter is the USB host module connected to a Gadgeteer app - you didn’t say you were or were not using Gadgeteer, so if not you can ignore the latter